Re: MSXML 3.0 XSLT preview barfs at åäö

Subject: Re: MSXML 3.0 XSLT preview barfs at åäö
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 17 May 2000 16:41:04 +0100 (BST)
> 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


Current Thread