xsl-list
[Top] [All Lists]

Re: MSXML / NBSP problem and resolution

2002-11-07 17:48:07




Hi Greg,

Greg Faron <gfaron(_at_)integretechpub(_dot_)com> 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