|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Borders on column groups
At 11:53 2002-06-07 +0100, you wrote:
Thank you David,
That's was an impressive lesson. All I needed to do was to add the select
attribute to the <xsl:apply-templates> here:
<!-- Table row -->
<xsl:template match="tr">
<fo:table-row>
<xsl:apply-templates select="td | th"/>
</fo:table-row>
</xsl:template>
>I wrote
>
> <xsl:if test="(ancestor::table//col)[$x]
>
>You wrote back
>
> <xsl:if test="ancestor::table//col[$x]
For some reason, I thought it would work without the parentheses. And it
does. What difference would they make?
Gustaf
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








