I'm developing a website which, due to some stupid reasons, is being written in classic ASP. I'm trying to integrate it with an XSL transformation, but I'm getting the following strange error:
"Keyword xsl:stylesheet may not contain div"
The XSL doesn't even contain a <div> anywhere. It's just a <table>. Anyone encountered this problem before?
"Keyword xsl:stylesheet may not contain div"
The XSL doesn't even contain a <div> anywhere. It's just a <table>. Anyone encountered this problem before?
Comment