Project

Profile

Help

Bug #2311

closed

Attributes starting with an underscore (_) are removed

Added by Jens Gabe about 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
2015-02-06
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:

Description

If i include an attribute which name starts with an underscore in an element, the attribute is not in the transformed result?

Example:

<xsl:template match="*">
<foo test="bar" _bar="test" />
</xsl:template>

Result in v HE9.6.0.4j (WRONG):

<foo test="bar" />

Result in v HE9.5.1.8j (CORRECT):

<foo test="bar" _bar="test" />

Please register to edit this issue

Also available in: Atom PDF