[Home] [By Thread] [By Date] [Recent Entries]
> > <xsl template match="row"> > how do I check if the row is a child of column ? </xsl:template> > <xsl:if test="parent::column"> Or define a separate template rules for rows inside a column: <xsl:template match="column/row"> Michael Kay Software AG home: Michael.H.Kay@xxxxxxxxxxxx work: Michael.Kay@xxxxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



