xsl-list
[Top] [All Lists]

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

2008-03-14 06:59:31
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/

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--