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]
Other format: [Raw text]

Re: Non-well-formed HTML in XSL


>  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]