xpath/trunk/stx_goodies_xmlsuite_xpath.st
changeset 24 9a2db6739a5a
parent 12 cdbbd063898b
child 26 4c392e22a868
--- a/xpath/trunk/stx_goodies_xmlsuite_xpath.st	Mon Nov 10 18:05:47 2008 +0000
+++ b/xpath/trunk/stx_goodies_xmlsuite_xpath.st	Sat Nov 22 07:18:59 2008 +0000
@@ -7,6 +7,7 @@
 	category:'* Projects & Packages *'
 !
 
+
 !stx_goodies_xmlsuite_xpath class methodsFor:'description'!
 
 preRequisites
@@ -16,11 +17,12 @@
         #'stx:goodies/sunit'    "TestCase - superclass of XMLv2::XPathExpressionOptimizerTests "
         #'stx:goodies/xml/vw'    "XML::Document - referenced by XMLv2::XPathVWDocumentAdaptor class>>documentClass "
         #'stx:goodies/xmlsuite/core'    "XMLv2::XMLReader - superclass of XMLv2::XPathDOMAdaptorXMLReader "
+        #'stx:goodies/xmlsuite/xquery'    "XQuery::XQueryResultXMLReader - referenced by XMLv2::XPathDocumentAdaptor>>importForeignNode:adaptor: "
         #'stx:libbasic'    "Object - superclass of XMLv2::XPathDOM3DocumentAdaptor "
         #'stx:libbasic2'    "List - referenced by XMLv2::XPathExprTreeNode>>subnodes "
     )
 
-    "Modified: / 08-04-2008 / 22:46:43 / Jan Vrany <vranyj1@fel.cvut.cz>"
+    "Modified: / 22-11-2008 / 08:17:34 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
 !stx_goodies_xmlsuite_xpath class methodsFor:'description - contents'!
@@ -119,3 +121,8 @@
     ^ 'Smalltalk/X'
 ! !
 
+!stx_goodies_xmlsuite_xpath class methodsFor:'documentation'!
+
+version
+    ^'$Id$'
+! !