aspose file tools
The moose likes XML and Related Technologies and the fly likes How to use XQuery Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "How to use XQuery" Watch "How to use XQuery" New topic
Author

How to use XQuery

Prashant Mathur
Greenhorn

Joined: Jul 19, 2011
Posts: 21
please tell how to use XQuery with XML ?
Where do we write xquery code with what extension and where....I have seen on W3SCHOOLS.com but still not clear...please tell.
Paul Clapham
Bartender

Joined: Oct 14, 2005
Posts: 16487
    
    2

Just using the right namespace or syntax or whatever isn't enough. You also need some software which can understand and process XQuery code. There is nothing in the standard Java API which does that, so you will have to look elsewhere. Google keywords: xquery processor.
Prashant Mathur
Greenhorn

Joined: Jul 19, 2011
Posts: 21
this was done through Vector sort ..making...my own Comparator...thanks a ton to all of you who helped me out.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to use XQuery
 
Similar Threads
XQuery
how I can use an XML file in java?
XQuery
XQuery and XMLDataBase
An Introduction to the XQuery FLWOR Expression