-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 0.8
-
Fix Version/s: None
-
Component/s: XML grammars & validation
-
Labels:None
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!".