RE: [xsl] XHTML Output

Subject: RE: [xsl] XHTML Output
From: "Craig Kattner" <CKattner@xxxxxxxxxxxxxx>
Date: Fri, 14 Nov 2003 08:25:17 -0600
This has come up before I think.  Output methods supported by MSXML (as per their documentation) are html, xml, text, or "a QName that is not an NCName."  Notice xhtml isn't in that list.  If you want xhtml you'll need to use xml as the output method.


-----Original Message-----
From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Todd Baker
Sent: Friday, November 14, 2003 12:37 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XHTML Output


Hello,

I am using the MSXML parser and my HTML output has the trailing slash's
removed (ie <br /> results in <br>) during the parsing.

I want the output to be to contain these trailing slash's, does anyone know
what (and if there is) a command that will tell the parser to maintain these
trailing slash's?

Thanks in advance.

Todd




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


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


Current Thread