Re: [xsl] Self-closing elements upset some browsers

Subject: Re: [xsl] Self-closing elements upset some browsers
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Fri, 14 Mar 2008 14:58:45 +0100
Marroc wrote:

I am importing legacy into a 3rd party tool and I find my self in the
situation where I need valid XHTML _and_ end-tags - this is not my decision.
I tried using the <xsl:output method="html"> but it inserts <meta> without a
closing tag and the file becomes invalid xml and subsequently fails to
import.

You might also want to check <URL:http://www.xmllab.net/mvpxml/default.aspx> as that is .NET library building on XslCompiledTransform but providing an XHTML output mode.


--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread