hi,

 I have a question related XPATH, i have xml content in a variable and
xpath is also in one variable.
how i can query on the content by using xpath variable?

ex: let $content:="<books><book><title>C and
DS</title><price>100</price><volume>1</volume></book>

<book><title>AI</title><price>150</price><volume>3</volume.</book>
                          </books>"
      let $path:="/books/book/title"
       how i can get  title node() from this content.
can any one help me out.
Thank you in advance.

Note:in my Database i have another xml files  with same structure.
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to