Hi All,

I have a doubt in XPTH.
i have xml content in a variable and xpath is also in a node.
how i can get nodes form content using the xpath varaible.
can any one suggest me.


ex:
let $content :="<books><book><title>C
&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 content, can u help meout.

Thank you.

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

Reply via email to