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]

Re: XML Special Characters


Try:

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

Carmelo
----- Original Message -----
From: "Williams, Brad" <Bawilliams@firstam.com>
To: <xsl-list@lists.mulberrytech.com>; <xmledi-group@disa.org>
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@firstam.com
> (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


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