This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: character transformation, possible?


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@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]Im Auftrag von Julie Mc
Cabe
Gesendet: Mittwoch, 16. Mai 2001 17:14
An: XSL-List@lists.mulberrytech.com
Betreff: [xsl] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]