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: Ignoring a certain string of characters




> Is there a way in XSL to tell the processor to ignore a string of
> characters and pass it to the output verbatim?  
That is the default behaviour.

>  However, in addition to the correct em-dash,
> the output has an A-hat(A with ^ above it) preceeding the em-dash.  I

You have asked that your output is in utf-8 encoding (or accepted the
default encoding which is utf8. An emdash is a two byte character in
utf-8. If you incorrectly view the utf8 stream using a latin1 editor
you will see the pairs of bytes as essentially random characters.

This is probably the most F of the FAQs, see the archives 9or FAQ) for
this list to see more details.

David


 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]