RE: [xsl] outputting the document encoding information

Subject: RE: [xsl] outputting the document encoding information
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Thu, 18 Apr 2002 10:07:41 +0100
>
> I have an xml document with a standard XML document declaration:
>
> <?xml version="1.0" encoding="UTF-8"?>
>
> And I am generating a text document based on the XML.  The
> text document
> needs to contain the encoding type.
>
The tree passed from the XML parser to the XSLT processor just contains
characters, there is no information about the original encoding of the
source file. But you can ask the serializer to use a particular output
encoding for the result file using <xsl:output>

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx


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


Current Thread