Hi, Our application consumes harvested XML content from various content Provides. 95% of the time we just need to consume the data without modifying it.
I would like to know if anybody has used XQuery programmatically to extract the relevant data from XML files
Would very much appreciate any pointers and feedback.
-S
-
XQuery Usage (1 messages)
- Posted by: Minnie Haridasa
- Posted on: November 02 2004 15:00 EST
Threaded Messages (1)
- XQEngine by Farzad zad on November 08 2004 02:58 EST
-
XQEngine[ Go to top ]
- Posted by: Farzad zad
- Posted on: November 08 2004 02:58 EST
- in response to Minnie Haridasa
To do searching, Indexing and other stuff you may need a XQuery engine. There are number of XQuery implementations available, however I recommend XQEngine http://www.fatdog.com/ which is an open source XQuery Engine written in Java,I used this tool ,as the engine for a Native-XML db and it worked good enough.