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!".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.