[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Replace characters in a node and all of its descen

Subject: RE: Replace characters in a node and all of its descendents
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 30 Sep 2003 17:41:50 +0100
descen
Try saxon:serialize(), followed by one of the many ways of doing string
replacement to double the quotes. Or you could write a similar extension
function for a different processor. People have in the past posted code
that does serialization in XSLT itself, and then uses
disable-output-escaping to prevent the markup being escaped, but I
wouldn't recommend it myself.

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> Sergiu Ignat
> Sent: 30 September 2003 16:30
> To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
> Subject:  Replace characters in a node and all of its descendents
> 
> 
> 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.htm> l
> 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
> 


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


Current Thread

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-2013 All Rights Reserved.