F
full_philNO
Hi all,
I have a problem with the img tag. It simply doesn't want to translate
into a img XHTML tag.
When I write in XSLT :
<img src="..." alt="..." ..../> or <img src=".." alt="..."
.....></img>
The output is always :
<img src="..." alt="..." ....>
without the closing tag
I have tried to trick with the entity code and iso code, same result.
I have tried with IE6 and Firefox 0.8
I really doesn't understand. I declare the XSLT file like that (I have
tried various combinations) :
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xslutput method="xml" encoding="iso-8859-1"
omit-xml-declaration="no" indent="yes" doctype-public="-//W3C//DTD
XHTML 1.0 Frameset//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"
I have a problem with the img tag. It simply doesn't want to translate
into a img XHTML tag.
When I write in XSLT :
<img src="..." alt="..." ..../> or <img src=".." alt="..."
.....></img>
The output is always :
<img src="..." alt="..." ....>
without the closing tag
I have tried to trick with the entity code and iso code, same result.
I have tried with IE6 and Firefox 0.8
I really doesn't understand. I declare the XSLT file like that (I have
tried various combinations) :
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xslutput method="xml" encoding="iso-8859-1"
omit-xml-declaration="no" indent="yes" doctype-public="-//W3C//DTD
XHTML 1.0 Frameset//EN"
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"