RE: Character encoding of xslt output

We had to do the same for the SOAP 1.2 specs. Note, however, that if
using utf-8 and serving the documents on the W3C Server, it by default
uses a character set of "iso-8859-1". One can override this using a
.htaccess blob like this:

<Files "soap12-part1.html">
ForceType 'text/html; charset=UTF-8'
</Files>

Henrik Frystyk Nielsen
mailto:henrikn@microsoft.com

>Currently the character encoding of the xslt output of xmlspec 
>is fixed to iso-8859-1. This may work for most cases, but we 
>in i18n are using utf-8 more and more.
>
>Here is a diff for changing to utf-8. In the long term, that's 
>the way to go. I the near term, providing some kind of 
>parameter may be best.

Received on Monday, 9 December 2002 17:35:30 UTC