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:26:16 -0500
Thanks very much for your response. In my example I had a declaration
of <?xml version='1.0' encoding="ISO-8859-1" standalone="yes"  ?>
I looked at the outputted file using IE/Netscape both confiured to use Arial
font. All things were equal except one was a SAXON transform and the other
MSXML.

----- Original Message -----
From: "David Carlisle" <davidc@xxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxx>
Sent: Sunday, November 19, 2000 2:51 PM
Subject: Re: Fw: Bug in SAXON (entity/character set ) ??


>
>
> >  I am having trouble getting the character &#8226; to output corrrectly
> > using
> >  SAXON. Can any one provide a working example of how to do this.
>
> what do you mean by "correct" most likely saxon output using UTF8
> encoding, which is the default encoding for XML, in which case
> this character would be output using multiple bytes, and would
> look like
>
> >  The SAXON transform produced  "gibberish" characters.
>
> If you look at the file using a latin1 encoded editor or any other
> encoding than utf8.
>
>
> >   <!ENTITY bullet  "&#38;#8226;">
> why the double escaping here?
> It cold more easily have been written
>   <!ENTITY bullet  "&#8226;">
>
> David
>
> _____________________________________________________________________
> This message has been checked for all known viruses by Star Internet
delivered
> through the MessageLabs Virus Control Centre. For further information
visit
> http://www.star.net.uk/stats.asp
>
>
>  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