- From: <bugzilla@jessica.w3.org>
- Date: Mon, 19 Jul 2010 18:11:31 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=10203 Summary: [XSLT 2.1] xsl:on-completion/@select Product: XPath / XQuery / XSLT Version: Working drafts Platform: PC OS/Version: Windows NT Status: NEW Severity: normal Priority: P2 Component: XSLT 2.1 AssignedTo: mike@saxonica.com ReportedBy: mike@saxonica.com QAContact: public-qt-comments@w3.org Where the result of xsl:iterate is returned from a function or bound to a variable, one often ends up writing <xsl:on-completion> <xsl:sequence select="@param"/> </xsl:on-completion> It would aid brevity and consistency if this could be written <xsl:on-completion select="@param"/> The proposal is to allow either a select attribute or a contained sequence constructor (but not both). -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Received on Monday, 19 July 2010 18:11:33 UTC