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]

FW: MSXML, xsl:copy, XML Output and BR tags.




-----Original Message-----
From: Michael Kay [mailto:mhkay@iclway.co.uk]
Sent: 07 April 2001 11:01
To: xsl-list@lists.mulberrytech.com
Subject: RE: [xsl] MSXML, xsl:copy, XML Output and BR tags.


> It seems to be
> that if you
> <xsl:copy /> any element that is in the form <blah />, the output tree
> contains <blah></blah>.

No, the output tree contains an element whose name is "blah". The XML output
method is perfectly entitled to serialize this node as <blah/>, as <blah />,
or as <blah></blah>.

If you want XHTML output that conforms to the guidelines for compatibility
with older HTML browsers, there is no easy answer. Some processors have
added an XHTML output method. Otherwise, using <br class="x"/> should work.

Mike Kay


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



 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]