Subject: Re: & character in tags
From: ed billings <edbi@xxxxxxx>
Date: Thu, 18 May 2000 13:05:16 -0500
|
& is a special character in XML
use & instead.
Ed
Carlos Sanchez wrote:
> Hi,
>
> I have and XML with a tag that contains a name such as
> ...
> <fullName>US S&P 500</fullName>
>
> however, when I am trying to use this tag in an style sheet XALAN, throws
> the following error:
>
> XSL Error: Could not parse ./xml/equitulist.xml document!
> XSLT: The reference to entity "P" must end with the ';' delimiter
> Xalan: was not successful
>
> Is there any way I can workaround that?
>
> Carlos
>
> XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|