xsl-list
[Top] [All Lists]

Re: How to get to the XML Declaration

2005-05-23 14:26:27
On 5/24/05, Jesper Tverskov 
<jesper(_dot_)tverskov(_at_)mail(_dot_)tele(_dot_)dk> wrote:
How can I read the values of the attributes of the XML Declaration in the
input document using XSLT and XPath?

Let us say I want to transform 100 documents with the same XSLT stylesheet,
and I want to treat them differently based on what encoding they use in
their XML Declaration. How can I do it?

I know how to do it with C# and then pass the result of my testing to the
XSLT stylesheet as a parameter. But I want to know if it can be done by XSLT
and XPath alone?

This can't be done in XPath/XSLT: 

    the "encoding" pseudo-attribute of the xml declaration is not
represented in the xml
   infoset.


Cheers,
Dimitre Novatchev.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>