Re: [xsl] Aligning Parallel Columns

Subject: Re: [xsl] Aligning Parallel Columns
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 15 Jan 2011 07:38:32 -0500
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@xxxxxxxxxxxxxxxxxxxx Legal business disclaimers: http://www.CraneSoftwrights.com/legal

Current Thread