This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: outputting the document encoding information


>
> 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@ntlworld.com
work: Michael.Kay@softwareag.com


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]