RE: & character in tags

Subject: RE: & character in tags
From: "Thuy Do" <thuy@xxxxxxxxxxxxxx>
Date: Fri, 19 May 2000 09:18:19 +1000
or use &#38; code instead ( & = &#38; = &amp; )

to get the reference to all chars. go to this
http://www.webreference.com/dlab/books/html/3-4-tab.html  , I found it
really good .

cheers

Thuy

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Mabry, F. DR EECS
> Sent: Friday, May 19, 2000 4:26 AM
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: RE: & character in tags
>
>
> You really want &amp; instead unless you want to indicate special parsing
> specifications in you DTD for the XML vocabulary you are using/developing.
> Frank
> Dr. Frank Mabry
> Dept. of EE&CS, U.S. Military Academy
> West Point, NY 10996
> email: df6954@xxxxxxxxxxxxxxxxxxx
> Phone: (914) 938-2960
>
>
> 		-----Original Message-----
> 		From:	Carlos Sanchez [mailto:carlos@xxxxxxxx]
> 		Sent:	Thursday, May 18, 2000 12:56 PM
> 		To:	xsl-list@xxxxxxxxxxxxxxxx
> 		Subject:	& character in tags
>
> 		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


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


Current Thread