This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20169 - [XT3TS] xslt-compat-005
Summary: [XT3TS] xslt-compat-005
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Working drafts
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Abel Braaksma
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-30 09:16 UTC by Tim Mills
Modified: 2012-11-30 10:52 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2012-11-30 09:16:52 UTC
This test doesn't match up with its intent or the expected result.

<sometag>{//item[@name='text']}</sometag>

should be

<sometag attributevalue="{//item[@name='text']}"></sometag>
Comment 1 Michael Kay 2012-11-30 10:07:44 UTC
Thanks. One of the ad-hoc stylesheets used for test conversion caused this corruption and most examples of it were caught and repaired, but a few slipped through the net. Will fix.
Comment 2 Tim Mills 2012-11-30 10:52:22 UTC
Thanks.