This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: general gripe - html output


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]