how i can make a query from a ResourceSet? anybody knows how i can make queries from queries or if it's supported the and operator in xpathqueries?
XPath supports 'and' so you can do something like:
/book[author='Stephen King' and price<10.00]
--
Tom Bradford - http://www.tbradford.org
Developer - Apache Xindice (Native XML Database) - http://xml.apache.org
Creator - Project Labrador (Web Services Framework) - http://notdotnet.org
