Search found 4 matches

by xpathman
Wed Oct 06, 2004 4:59 pm
Forum: General XML Questions
Topic: Java program using xpath on dbXML database
Replies: 1
Views: 11963

Java program using xpath on dbXML database

I have a bit of a problem. My program is as follows: //import the relevant packages. import com.dbxml.db.client.CollectionClient; import com.dbxml.db.client.ResultSetClient; import com.dbxml.db.client.dbXMLClient; import com.dbxml.db.client.xmlrpc.dbXMLClientImpl; import com.dbxml.util.dbXMLExceptio...
by xpathman
Mon Oct 04, 2004 3:57 pm
Forum: General XML Questions
Topic: xpath
Replies: 4
Views: 13942

thanks George
by xpathman
Fri Sep 24, 2004 10:16 pm
Forum: General XML Questions
Topic: xpath
Replies: 4
Views: 13942

XQuery

Does any one know if XQuery can perform this task on its own?
by xpathman
Thu Sep 16, 2004 10:32 pm
Forum: General XML Questions
Topic: xpath
Replies: 4
Views: 13942

xpath

Does any one know if Xpath can be used to locate a specific xml element or its attribute and if so reproduce a larger XML fragment (ie including parent nodes and grand parent nodes etc) of which the element is a part of.