Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-24935

Calling xsl:apply-templates with parameters from the xsl:for.each loop doesn't work in Qt 4.8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P5: Not important
    • 5.15
    • 4.7.4, 4.8.0
    • XML: QtXmlPatterns
    • None
    • Windows, OS X, Linux
    • All

    Description

      Calling xsl:apply-templates with parameters from the for-each loop doesn't work. Full demo application which can reproduce this issue is attached to this bug report.

          <xsl:for-each select="Title">
            <xsl:apply-templates select="/CDCollection/Author">
              <xsl:with-param name="AuthorId" select="@AuthorId"/>
            </xsl:apply-templates>
          </xsl:for-each>
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            axelspoerl Axel Spoerl
            qtcomsupport Qt Support
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes