|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] Fw: selecting fragments of xml document that contain certain paths in string variablesfatma helmy fatmahelmy2000 at yahoo.comTue Nov 7 05:07:26 PST 2006
----- Forwarded Message ---- From: fatma helmy <http://x-query.com/mailman/listinfo/talk> To: http://x-query.com/mailman/listinfo/talk Sent: Monday, November 6, 2006 3:04:25 AM Subject: selecting fragments of xml document that contain certain paths in string variables Dear all suppose i have this xml books.xml <root> <book> <author> <firstname>john </firstname> </author> <price> 10</price> </book> <book> <author> <firstname> mary</firstname> </author> <price> 100 </price> </book> <book> <price> 100 </price> </book> </root> suppose i have variable $pth:= "book/author/firstname" i need to restrict the choice to books that contain this $pth something like that let $restrictedxml:= books.xml (containing $pth)
|
Purchase Stylus Studio Online Today!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






