On Saturday, January 26, 2002, at 03:55 AM, Miguel Angel Urrutia Soler wrote:
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




Reply via email to