Issue Details (XML | Word | Printable)

Key: FOR-704
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Vronk Daut
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Forrest

span-template in html2document.xsl doubles span-content

Created: 05/Oct/05 09:29 PM   Updated: 19/Jan/07 11:18 PM
Return to search
Component/s: Skins (general issues)
Affects Version/s: 0.7
Fix Version/s: 0.8

Time Tracking:
Not Specified

Urgency: Normal


 Description  « Hide
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>


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.