| 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
|
|
|
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.
|
 |
 |
|
|
subject: How to use XQuery
|
|
|