?
?yvind Bollingmo
If I insert
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
in my XSLT file I get an error message:
msxml3.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
anyone know how to fix this?
<!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
in my XSLT file I get an error message:
msxml3.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
anyone know how to fix this?