Skip to content Skip to sidebar Skip to footer

Script16389: The Stylesheet Does Not Contain A Document Element. The Stylesheet May Be Empty, Or It May Not Be A Well-formed Xml Document

I'm attempting to load this in internet explorer however it's saying there is an error and it wont load. I'm using a Jscript code to load my XSL and XML documents. I'm loading my d

Solution 1:

After the line xsl.load("rdRoster.xsl"), output xsl.parseError.reason, then you will see an error message telling you why the parsing failed.


Post a Comment for "Script16389: The Stylesheet Does Not Contain A Document Element. The Stylesheet May Be Empty, Or It May Not Be A Well-formed Xml Document"