[XQuery Talk Mailing List Archive Home] [By Date] [By Thread] [By Subject] [By Author] [Recent Entries] [Reply To This Message]

Modify/add elements to element() variable

Michael Kay mike at saxonica.com
Sat Jun 14 10:06:04 PDT 2008


  Modify/add elements to element() variable
> you add that resulting xml structure to Parent? It seems like 
> you would have to recursively "add" new elements all the way 
> up the tree.

Yes, that's exactly what you have to do.

XQuery 1.0 is good at extracting small amounts of information from input
documents. If you want to make small changes to your input documents, you're
much better off using XSLT (or XQuery Updates)

> 
> I know I can do this with XQuery Update but I would like to 
> do it in memory before actually saving the xml to the DB.
> 

Take a look at the so-called transform expression in XQuery Updates (the
syntax is copy .... modify). This allows you to do an update and capture the
results of the update in a variable for further processing.

Michael Kay
http://www.saxonica.com/



PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2007 All Rights Reserved.