[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] Non-well-formed HTML in XSL


Subject: Re: [xsl] Non-well-formed HTML in XSL
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 16 Jul 2002 21:55:56 +0100

>  What I need is a way to tell XSL to disregard the non-well-formedness
> of the HTML I'm writing.

If your stylesheet isn't well formed XML the XSLT processor will never
even see it. 
You do not want to write </tr><tr> trying to do that shows you are
thinking in terms of the linear markup rather than a tree
transformation. In XSLT you are generating nodes in a tree, and if you
think in those terms you can see that </tr> on its own doesn't make
sense.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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



Current Thread
Keywords