Re: [xsl] MSXML / NBSP problem and resolution

Subject: Re: [xsl] MSXML / NBSP problem and resolution
From: David N Bertoni/Cambridge/IBM <david_n_bertoni@xxxxxxxxxx>
Date: Thu, 7 Nov 2002 16:48:07 -0800



Hi Greg,

Greg Faron <gfaron@xxxxxxxxxxxxxxxxxx> wrote:
>    Finally, the META tag that it _always_ generates _never_ has a closing

> tag, so it's essentially generating malformed XML.  Example from one of
my
> XSL transformations:
> <html>
> <head>
> <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
> <title>Variable on One Side</title>

That's because HTML is not necessarily well-formed XML.  In particular, the
META tag is _not_ closed in HTML.

If you want XHTML, now that's a different story, but there's no way to
generate it with XSLT 1.0.

Dave


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


Current Thread