xsl-list
[Top] [All Lists]

Re: [xsl] Late requirement for uniform wrapping of differently generated elements

2012-02-11 10:00:08
An new requirement demands that all the various <table> elements are
to be wrapped with another <table> (with a single <tr>) for layout
purposes, adding one <td> with uniform contents to the <td> containing
the original table.

It's hard to give a decent answer with an actual example, but 2 options are:

- modify the transform to just output the wrapper code

- use 'micro-pipelining' to post-process the result to wrap the <table>s



-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--