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

span-template in html2document.xsl doubles span-content

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 0.7
    • 0.8
    • Skins (general issues)
    • None
    • Normal

    Description

      template for span-element traverses to children elements via xsl:apply-templates TWICE!
      once in xsl:choose, than outside
      thus producing doubling the content of span.
      ::
          <xsl:template match="span">
      <xsl:choose>
      <!-- ... -->
      <xsl:otherwise>
      <!-- Strip -->
      <xsl:apply-templates/>
      </xsl:otherwise>
      </xsl:choose>
          
                 <xsl:apply-templates select="./*"/>
          </xsl:template>

      Attachments

        Activity

          People

            Unassigned Unassigned
            vronkdaut Vronk Daut
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: