I have a very simple XML file which is formatted using an XSL file. I basically output the data using ASP where I create a new object for each (the XML file and also the XSL file), then use the load method on each file. I am receiving an error message:
"msxml4.dll '0x80004005'
The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document."
I am using MSXML4.0. I can't get rid of this error -- any ideas?
Here's what I think it is referring to as my document element, which it doesn't like:
<xsl:stylesheet version="1.0" xmlns:xsl="
"msxml4.dll '0x80004005'
The stylesheet does not contain a document element. The stylesheet may be empty, or it may not be a well-formed XML document."
I am using MSXML4.0. I can't get rid of this error -- any ideas?
Here's what I think it is referring to as my document element, which it doesn't like:
<xsl:stylesheet version="1.0" xmlns:xsl="