xsl-list
[Top] [All Lists]

Replace characters in a node and all of its descendents

2003-09-30 08:30:00
I need to generate an SQL "INSERT INTO" statement from an xml document.
One of the columns must hold the string representation of an XML node with all 
of its descendents.
To insert this node as a string I must replace each single quote with other two 
single quotes for conformance with SQL syntax.

I can not send a deep copy of the node taken with <xsl:copy-of> to the $text 
parameter of the "replace-string" template posted by Evan Lenz at 
http://www.dpawson.co.uk/xsl/sect2/replace.html
How can I get a deep copy of a node as a string to process it?
Multiple transformations are not recomended.
Thanks.
Sergiu Ignat

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>