xsl-list
[Top] [All Lists]

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

2004-10-26 23:58:47
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(_dot_)wentzien(_at_)ppi(_dot_)de
Web: http://www.ppi.de


<Prev in Thread] Current Thread [Next in Thread>
  • Antwort: [xsl] newbie question - process xml file having special chars with xsl, Olaf Wentzien <=