Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
0.8
-
None
-
None
Description
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!".
<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!".