G
Guest
I am using the WriteXml method to generate an XML doc. The method adds the
xmlns = "http://mywebsiteaddress/myschema.xsd to my root element. I also
have an XSL with a for-each loop that transforms my XML into HTML. If I
manually delete the xmlns section from the XML' root element, the XSL works
and displays fine. With the xmlns section my XSL does not read any of the
data. Do I have to add anything to my XSL or can I disable WriteXml from
adding the xmlns. Thank you very much ahead of time.
Nick
xmlns = "http://mywebsiteaddress/myschema.xsd to my root element. I also
have an XSL with a for-each loop that transforms my XML into HTML. If I
manually delete the xmlns section from the XML' root element, the XSL works
and displays fine. With the xmlns section my XSL does not read any of the
data. Do I have to add anything to my XSL or can I disable WriteXml from
adding the xmlns. Thank you very much ahead of time.
Nick