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]

RE: Formatting elements



> wrappers
> - if they do not exist consider two transformations piped to insert
> wrappers

The simplest rule is, wherever you've got a list, put a tag around the list
as well as tags around the members of the list.

If you haven't done this, it's a good idea to put in a SAX filter to add the
wrapper before the XSLT stylesheet sees the data. This will generally be
much faster than doing it with XSLT.

Mike Kay


 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]