Re: [xsl] German character set problem(Umlaute)

Subject: Re: [xsl] German character set problem(Umlaute)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 20 Dec 2002 09:34:41 GMT
> Any idea what goes wrong?

Nothing is wrong, that is an umlaut in utf8 encoding, which is the
default encoding for XML.

You should be able to ask for a different encoding using xsl:output encoding=...

but note that every XML system understands utf8, if you use ISO-8859-1
which is teh encoding you say you used in teh input, then XML parsers
are allowed to reject it as an unnkown encoding.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread