posted 23 years ago
Hi All,
I am facing some crazy error while converting xml,xsl into HTML.
First I have included code in my xsl file
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
and it is working fine.
For same xsl file when I include below code,
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/xsl/Transform"
xmlns="http://www.w3.org/TR/REC-html40">
for converting into HTML.
Now no xsl related stuff is executing.
Can u anyone please tell me what is magic in this namespace.