Re: [xsl] general gripe - html output

Subject: Re: [xsl] general gripe - html output
From: Antonio Fiol <fiol@xxxxxxxxxx>
Date: Mon, 24 Jun 2002 14:02:03 +0200
David Carlisle wrote:

All well and good, but when I attempt to use html-tidy I get informed of
my ill-formed html (</head> in <meta> etc).



that sounds like a bug in tidy, meta is an empty element so why should
it be complaing about
<head>
<meta>
</head>


Probably tidy is assuming that the input is XHTML. i.e. valid XML. If the <meta> does not hava a </meta> or is not <meta/>, it should complain.

I am not sure, but maybe changing the method attribute of xsl:output may help.


Antonio



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread