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

Subject: Re: [xsl] Late requirement for uniform wrapping of differently generated elements
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Sat, 11 Feb 2012 15:59:47 +0000
> 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

Current Thread