Uploaded image for project: 'Forrest (Retired)'
  1. Forrest (Retired)
  2. FOR-997

Can't using <xsl:for-each> as "for-loop"

    XMLWordPrintableJSON

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() &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!".

      Attachments

        Activity

          People

            Unassigned Unassigned
            nagai Masato Nagai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: