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 24144 - [xslt 3.0] Streamable attribute sets must not include non-streamable attribute sets
Summary: [xslt 3.0] Streamable attribute sets must not include non-streamable attribut...
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Last Call drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-19 20:09 UTC by Michael Kay
Modified: 2014-02-11 18:04 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Kay 2013-12-19 20:09:15 UTC
There should be a rule that if an attribute set specifies streamable="yes", then every attribute set referenced in its use-attribute-sets attribute must also specify streamable="yes".
Comment 1 C. M. Sperberg-McQueen 2014-02-10 09:53:28 UTC
The WG discussed this during the ftf meeting in Prague and accepted
the proposal made in the bug description.
Comment 2 Michael Kay 2014-02-11 18:04:05 UTC
Added error: 

<p diff="add" at="R-bug24144"><error spec="XT" type="static" class="SE" code="0730">
                  <p>If an <elcode>xsl:attribute</elcode> set element specifies <code>streamable="yes"</code> then every attribute set referenced in its
                  <code>use-attribute-sets</code> attribute (if present) must also specify <code>streamable="yes"</code>.</p>
               </error></p>