xsl-list
[Top] [All Lists]

Re: [xsl] Aligning Parallel Columns

2011-01-15 06:39:08
At 2011-01-15 07:22 -0500, I wrote:
Use for-each-group on the name attributes. You will end up with five groups. As you walk through each of the five groups, looking at each element's parent will tell you which side of the table the item belongs in.

More precisely, as you walk through each of the five groups of attributes, walk through the parent elements in table column order to select that member of the group that is a descendant of the parent. That way you'll walk through the group in the correct order to generate table cells and know if the item is absent from the parent to know to put in an empty cell.

I hope this helps.

. . . . . . . . Ken


--
Contact us for world-wide XML consulting & instructor-led training
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/s/
G. Ken Holman                 mailto:gkholman(_at_)CraneSoftwrights(_dot_)com
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal


--~------------------------------------------------------------------
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>
--~--

<Prev in Thread] Current Thread [Next in Thread>