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 28437 - [XT30TS] attribute-set-0106
Summary: [XT30TS] attribute-set-0106
Status: RESOLVED 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: 2015-04-08 12:40 UTC by Tim Mills
Modified: 2015-04-08 15:02 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2015-04-08 12:40:46 UTC
Currently this test expects:

         <any-of>
            <error code="XTDE0640"/>
            <assert-xml><![CDATA[<out><test1 color="|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt|matt"
          texture="matt"/></out>]]></assert-xml>
         </any-of>   

however, I argue that it should also expect error XTSE0720.

[ERR XTSE0720] It is a static error if an xsl:attribute-set element directly or indirectly references itself via the names contained in the use-attribute-sets attribute.
Comment 1 Abel Braaksma 2015-04-08 14:59:17 UTC
I agree for 2.0, but XTSE0720 was dropped in XSLT 3.0. I will fork the test to accommodate both situations.
Comment 2 Abel Braaksma 2015-04-08 15:02:53 UTC
Done, changes pushed.