Re: national characters in xml.

Subject: Re: national characters in xml.
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 1 Feb 2000 17:39:48 GMT
> is any simple metod to convert the national
> characters ÅÄÜÖ and such to a format that the
> XML parser understands?

most likely you don't need to convert anything, just tell th eparser you
are using latin1
stick this

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

at the top

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread