Re: [xsl] use cases for d-o-e

Subject: Re: [xsl] use cases for d-o-e
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 9 Jan 2002 16:36:00 GMT

> would make the XSLt much larger and harder to maintain.
> Instead, the template to handle them currently looks like:

in xslt 1.0 it's probably only an extra template and adding some
test with following-sibling::br.

In xslt 2 using the new grouping constructs that kind of grouping up all
nodes bounded by br's and putting them inside tr elements will be
really very easy.

d-o-e really isn't needed for this at all (and using it just makes the
stylesheet fail n situations like mozilla where d-o-e isn't supported)

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