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 29065 - [xslt 3.0] <xsl:mode name="#unnamed"/>
Summary: [xslt 3.0] <xsl:mode name="#unnamed"/>
Status: CLOSED WONTFIX
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: 2015-08-19 17:55 UTC by Michael Kay
Modified: 2015-10-29 12:42 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2015-08-19 17:55:43 UTC
We allow mode="#unnamed" on xsl:template and xsl:apply-templates, equivalent to omitting the mode attribute, but we don't allow name="#unnamed" on xsl:mode. Should we?
Comment 1 Michael Kay 2015-08-20 09:52:27 UTC
If we allow name="#unnamed" on xsl:mode then there's no good reason to disallow it on xsl:output and xsl:decimal-format and perhaps even xsl:template. And then you start wanting xsl:result-document format="#unnamed". Perhaps it's best not to go here.
Comment 2 Michael Kay 2015-08-21 08:04:56 UTC
The WG looked at this and decided to make no changes.