[xsl] Antwort: [xsl] newbie question - process xml file having special chars with xsl

Subject: [xsl] Antwort: [xsl] newbie question - process xml file having special chars with xsl
From: "Olaf Wentzien" <olaf.wentzien@xxxxxx>
Date: Wed, 27 Oct 2004 08:58:47 +0200
Hi,

actually your xml-file may contain any character which corresponds to the
encoding in the
xml-header.

only a few characters (less than in html) though have to be 'escaped :

        <       &lt;
        >       &gt;
        &       &amp;
        "       &quot;
        '       &apos;

Cheers / Olaf Wentzien

PPI Financial Systems
Hindenburgstra_e 49
22297 Hamburg
Telefon: +49 40 / 22 74 33 - 343
Mobil: +49 160 / 367 74 34
Telefax: +49 40 / 22 74 33 - 320
E-Mail: mailto:olaf.wentzien@xxxxxx
Web: http://www.ppi.de

Current Thread