
| 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 » |
made changes - 21/Dec/06 09:54 PM
| Field |
Original Value |
New Value |
|
Priority
|
Minor
[ 4
]
|
Major
[ 3
]
|
|
Urgency
|
|
Normal
|
|
Fix Version/s
|
|
0.8-dev
[ 12310040
]
|
made changes - 19/Jan/07 09:46 PM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|