
| Key: |
FOR-704
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Vronk Daut
|
| Votes: |
0
|
| Watchers: |
2
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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>
|
|
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>
|
Show » |
| No work has yet been logged on this issue.
|
|