I'm using column-count="2" on fo:region-body to generate a two column document. I'd like to draw a vertical line between the columns. My idea to implement the line is to use border-end-style="solid" border-end-width="1pt" on the elements in the first column. But here is my question, how can I 'find out' which column I'm in? I guess I'm looking for something similar to: <xsl:if test="position()=last()"> for determining the column.
-- Voytek Jarnot Quidquid latine dictum sit, altum viditur. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
