Re: [xsl] XML Special Characters

Subject: Re: [xsl] XML Special Characters
From: "Carmelo Montanez" <carmelo@xxxxxxxx>
Date: Mon, 16 Jul 2001 18:34:04 -0400
Try:

    <xsl:text disable-output-escaping="yes">&amp;</xsl:text>

Carmelo
----- Original Message -----
From: "Williams, Brad" <Bawilliams@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>; <xmledi-group@xxxxxxxx>
Sent: Monday, July 16, 2001 6:17 PM
Subject: [xsl] XML Special Characters


> Hi,
>
> I was wondering if anyone can help me with what should be a simple issue:
I
> need to output an '&' in my XML file, but have been only able to do this
by
> escaping it like &amp;. This means that my output is brad&amp;bill rather
> than brad&bill. Can someone please help me get this result using a
> validating parser?
>
> Thanks,
>
> Brad Williams
> Sr. Programmer/Analyst
> First American Credco
> bawillliams@xxxxxxxxxxx
> (619) 938-7146
>
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread