Hu ? Are you sure it's a Forrest Issue ?
Salutations,
Cyriaque,
le 03/05/2007 16:43 Masato Nagai (JIRA) a écrit :
Can't using <xsl:for-each> as "for-loop"
----------------------------------------
Key: FOR-997
URL: https://issues.apache.org/jira/browse/FOR-997
Project: Forrest
Issue Type: Bug
Components: XML grammars & validation
Affects Versions: 0.8
Reporter: Masato Nagai
I would like to use following one to transform xml.
<xsl:for-each select="position() < $num"> <!-- $num is variable that has number
value. -->
<td/>
</xsl:for-each>
But I have error message "Can not convert #BOOLEAN to a NodeList!".