Browse Source

* Change ASText return to DOMString in implementation

peter 22 years ago
parent
commit
b1543693d2
1 changed files with 5 additions and 2 deletions
  1. 5 2
      fcl/xml/xpath.pp

+ 5 - 2
fcl/xml/xpath.pp

@@ -1200,7 +1200,7 @@ begin
   Result := 0;
 end;
 
-function TXPathVariable.AsText: String;
+function TXPathVariable.AsText: DOMString;
 begin
   Error(SVarNoConversion, [TypeName, TXPathStringVariable.TypeName]);
   SetLength(Result, 0);
@@ -2501,7 +2501,10 @@ end.
 
 {
   $Log$
-  Revision 1.1  2003-03-16 22:10:57  sg
+  Revision 1.2  2003-03-17 14:32:15  peter
+    * Change ASText return to DOMString in implementation
+
+  Revision 1.1  2003/03/16 22:10:57  sg
   * Added XPath unit
 
 }