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: Fw: Bug in SAXON (entity/character set ) ??




>  I am having trouble getting the character • 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

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