Subject: AW: character transformation, possible?
From: "Marcus Klinge" <klinge@xxxxxxxxxxxxxxx>
Date: Wed, 16 May 2001 17:39:57 +0200
|
Hi there.
You might want to try the string-function translate.
For example:
<xsl:value-of select="translate(EXAMPLE,'"\','&\\')"/>
Hope that helps.
Marcus Klinge
Web Producing
----------------------
Karzauninkat Webdesign
Barner Strasse 14
22765 Hamburg
Tel: 040 39834 771
Fax: 040 39834 779
-----Ursprüngliche Nachricht-----
Von: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]Im Auftrag von Julie Mc
Cabe
Gesendet: Mittwoch, 16. Mai 2001 17:14
An: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
Betreff: character transformation, possible?
Hello,
I am using xslt to tranform xml into a csv file. Therfore if a comma occurs
in the text it should be quoted out and " plus \ converted into \" & \\
respectively. Any suggestions are more than apprecipated, I've spent a good
2 hours on this one!
Many thanks,
Julie Mc Cabe
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|