Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - RE: [xsl] Elements of non-actual position [Thread Next] Re: [xsl] Elements of non-actual positionTo: Date: 6/5/2002 12:06:00 AM Michael Leditschke wrote:
> Hi Joerg. Isn't there a level missing here? Shouldn't it be
> <xsl:template match="table/rows/row">
> <xsl:for-each select="col">
>
> Otherwise pos is the row number not the column number.
>
> Regards
> Michael
Yes, you are right. One level is missing, but it's not col, it's cell:
<xsl:template match="table/rows">
<xsl:for-each select="row[1]/cell">
<xsl:variable name="pos" select="position()"/>
<xsl:if test="/table/cols/col[$pos]/@visible = '1'">
do what you want
</xsl:if>
</xsl:for-each>
</xsl:template>
Regards,
Joerg
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
