Subject: Re: XSLT Namespace Problems
From: David N Bertoni/Cambridge/IBM <david_n_bertoni@xxxxxxxxxx>
Date: Thu, 13 Feb 2003 11:06:54 -0800
|
> I'm trying to transform an XML document that has a schema specified and
the
> XSL is not recognizing the root element. I can get the name of the first
> child (the root) and it is exactly what I expect, but I can't reference
it
> directly. Now, if I remove the namespace declaration from the XML file,
then
> everything works fine. The problem is, I have to have the namespace
> declaration for XML serialization.
>
> [XML]
> <calendar xmlns="http://mysite.com/calendar.xsd">
> ...
> </calendar>
>
> Has anyone ever had this problem? I'd appreciate any help. Thanks.
This is one of the most commonly asked question. See the FAQ:
http://www.dpawson.co.uk/xsl/xslfaq.html
more specifically:
http://www.dpawson.co.uk/xsl/sect2/N5536.html#d4932e970
Dave
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|