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: MSXML 3.0 XSLT preview barfs at едц



> I use any of the characters едц...
If you entered those characters in latin1 encoding then in any XML file
(including XSLT stylesheets) then you need to specify the encoding.

<?xml version="1.0" encoding="iso-8859-1" ?>

Alternatively ask your editor to save your document in utf-8 encoding,
which is the default encoding for XML.

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]