Re: [xsl] How to read the encoding of an XML document

Subject: Re: [xsl] How to read the encoding of an XML document
From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx>
Date: Wed, 24 Oct 2001 17:41:23 -0400
James,

At 05:00 PM 10/24/01, you wrote:
My XML document has a specific encoding.

 <?xml version="1.0" encoding="ISO-8859-1"?>
 <document>data goes here</document>

What XSL do I use to read the value of the encoding attribute?

You can't. It's not an attribute. (And it's not in a processing instruction. It's in the XML declaration, which is formally not part of the document, but only helps the parser know what to expect.)


Why do you want to know the encoding? Someone might have another approach to the problem.

Cheers,
Wendell



======================================================================
Wendell Piez                            mailto:wapiez@xxxxxxxxxxxxxxxx
Mulberry Technologies, Inc.                http://www.mulberrytech.com
17 West Jefferson Street                    Direct Phone: 301/315-9635
Suite 207                                          Phone: 301/315-9631
Rockville, MD  20850                                 Fax: 301/315-8285
----------------------------------------------------------------------
  Mulberry Technologies: A Consultancy Specializing in SGML and XML
======================================================================


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



Current Thread