Re: Fw: Bug in SAXON (entity/character set ) ??

Subject: Re: Fw: Bug in SAXON (entity/character set ) ??
From: "Melvyn Rosengarden" <melrose@xxxxxxxxxxxxxxxx>
Date: Sun, 19 Nov 2000 16:44:16 -0500
I wasn't SURE about the entity declaration. In Kay Michaels book I saw
examples of both. Soooo in my test bed I used both ways

<entity_test e_test1="&#8226;"  e_test2="&bullet;" />

Neither one was rendered correctly in SAXON, both rendered aas bullets using
MSXML.

----- Original Message -----
From: "Mike Brown" <mike@xxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Sunday, November 19, 2000 3:37 PM
Subject: Re: Fw: Bug in SAXON (entity/character set ) ??


> David Carlisle wrote:
> > >   <!ENTITY bullet  "&#38;#8226;">
> > why the double escaping here?
> > It cold more easily have been written
> >   <!ENTITY bullet  "&#8226;">
>
> It looks like he's trying to see if it's possible to force a character
> reference into the output by putting the 7 characters & # 8 2 2 6 ; into
> the stylesheet. Of course, the &, as character data, will always be
> serialized as &amp; or &#38;, so it's not going to work. :) He should just
> put the 1 bullet character into the stylesheet by specifying it as
> &#8226; and not worry about how it gets serialized.
>
>    - Mike
> ____________________________________________________________________
> Mike J. Brown, software engineer at         My XML/XSL resources:
> webb.net in Denver, Colorado, USA           http://www.skew.org/xml/
>
>
>  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