|
[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message] attribute value changeByomokesh Sahoo sahoo.byomokesh at gmail.comFri Feb 5 10:43:48 PST 2010
Would someone show me what the syntax is for replacing the value of an attribute node? <art> <tit>Title here</tit> <bn>46793</bn> <p>some text here</p> <chap id="ch1"> <p>some text here</p> </chap> <chap id="ch2"> <p>some text here</p> </chap> </art> Output <art> <tit>Title here</tit> <bn>46793</bn> <p>some text here</p> <chap id="46793_ch1"> <!-- add <bn>46793</bn> in id value. --> <p>some text here</p> </chap> <chap id="46793_ch2"> <p>some text here</p> </chap> </art> I want using xquery to change <bin> number value add in all chap id. Thank you! Byomokesh -------------- next part -------------- An HTML attachment was scrubbed... URL: http://x-query.com/pipermail/talk/attachments/20100205/c2e9a5c8/attachment.htm
|
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
|

Cart








