You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by "David Crossley (JIRA)" <ji...@apache.org> on 2007/05/04 03:27:15 UTC

[jira] Commented: (FOR-997) Can't using as "for-loop"

    [ https://issues.apache.org/jira/browse/FOR-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12493569 ] 

David Crossley commented on FOR-997:
------------------------------------

Please use an XSLT book or support forum for XSLT questions.
http://forrest.apache.org/mail-lists.html#Important+Notices - the "Cocoon Links" refers to some XSL resources at http://cocoon.apache.org/link/xsl.html

> 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() &lt; $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.