|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: XML Dom Caching
>I appreciate the reply. So it looks I will have to
>clone the node if I want to use the cached DOM without
>directly making changes to it during the processing of
>my code.
If you are changing the data in the DOM yes. I had a similar problem, I
wanted to add a parameter block to my cached XML data, what I ended up doing
was sending a tree fragment to the XSLT processor as a parameter, rather
than adding the parameter block to the cached XML via the DOM.
The trouble with cloning the cached XML, you loose most of the performance
benefits of caching the XML in the first place.
>i.e Using, set objDOM = Application("CachedXMLData")
>will cause the "CachedXMLData" to be altered if objDOM
>is altered. Am I correct in thinking this?
Yes you are correct.
Jenni Phillips
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
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








