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 30408 - [XSLT30TS] unparsed-entity-10 links to wrong stylesheet
Summary: [XSLT30TS] unparsed-entity-10 links to wrong stylesheet
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 Test Suite (show other bugs)
Version: Recommendation
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: 2019-03-06 16:39 UTC by Abel Braaksma
Modified: 2019-03-08 17:55 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2019-03-06 16:39:10 UTC
This test has:

<stylesheet file="unparsed-entity-09.xsl"/>

Which is used in unparsed-entity-09. This clearly should be the following, the file was already there:

<stylesheet file="unparsed-entity-10.xsl"/>
Comment 1 Abel Braaksma 2019-03-06 16:43:36 UTC
Changes have been committed.