Re: [xsl] open and closed tag merged into one using HTML output

Subject: Re: [xsl] open and closed tag merged into one using HTML output
From: Mike Brown <mike@xxxxxxxx>
Date: Wed, 26 Feb 2003 16:59:48 -0700 (MST)
David Smith wrote:
> >No, this is correct output, because the stylesheet has a default namespace set
> >(xmlns="http://www.w3.org/TR/xhtml1/strict";). The spec calls for XML syntax to
> >be used when serializing an element that's not in the empty namespace.
> >  
> >
> what namespace should I use then?

To ensure that you get HTML 4 syntax while in html output mode, the element
needs to be in no namespace. There's no reason you would ever need to have an
XHTML namespace declaration (or any namespaces at all) if you're outputting
HTML instead of XML.

Mike

-- 
  Mike J. Brown   |  http://skew.org/~mike/resume/
  Denver, CO, USA |  http://skew.org/xml/

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


Current Thread