Topic: xpath problems again, thanks in advance (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: |
posted 07-19-2005 17:24
hi hi, code: <xsl:param name ="counter"/> <xsl: for each select ="tr"> <xsl:if test="normalize-space(TD[2]/text()) != '' "> <xsl:value-of select="concat($counter, TD[2]/text())" /> </xsl:if> </xsl:for-each>
|