[xsl] XSLT Namespace Problems

Subject: [xsl] XSLT Namespace Problems
From: Michael.Flanakin@xxxxxxxxxxxxx
Date: Thu, 13 Feb 2003 12:55:44 -0600
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.

Michael Flanakin
Applications Developer
334.416.7243

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


Current Thread