[Home] [By Thread] [By Date] [Recent Entries]
At 21:25 27-09-2001, Joshua.Kuswadi@xxxxxxxxxxxxxxxxxxxx wrote:
I'm converting XML with XSL to produce CSV files and the XML documents may contain the string '&' as part of a text node. For example <name>J & G Bloggs</name>. No, it returns "J & G Bloggs". Serializing the output as XML causes the bytes "J & G Bloggs" to be written to the file, which is correct. Is there anyway to get our desired result without having to change all the <xsl:value-of> elements in all our CSV stylesheets to include the disable-output-escaping="yes" attribute? If you don't want XML output (and CSV is not XML), try requesting something other than XML output. For instance, try using <xsl:output method="text"/> HTH, Chris -- Christopher R. Maden, Principal Consultant, HMM Consulting Int'l, Inc. DTDs/schemas - conversion - ebooks - publishing - Web - B2B - training <URL: http://www.hmmci.com/ > <URL: http://crism.maden.org/consulting/ > PGP Fingerprint: BBA6 4085 DED0 E176 D6D4 5DFC AC52 F825 AFEC 58DA XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



