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 29634 - [XQ31] ExtensionExpr
Summary: [XQ31] ExtensionExpr
Status: RESOLVED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3.1 (show other bugs)
Version: Candidate Recommendation
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Jonathan Robie
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL: https://www.w3.org/XML/Group/qtspecs/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 08:39 UTC by Tim Mills
Modified: 2016-06-14 16:31 UTC (History)
1 user (show)

See Also:


Attachments

Description Tim Mills 2016-05-18 08:39:04 UTC
In 3.22 Extension Expressions,

[104]   	ExtensionExpr	   ::=   	Pragma+ "{" Expr? "}"
[105]   	Pragma	   ::=   	"(#" S? EQName (S PragmaContents)? "#)"
[106]   	PragmaContents	   ::=   	(Char* - (Char* '#)' Char*))
[36]   	EnclosedExpr	   ::=   	"{" Expr? "}"

production [104] should reference EnclosedExpr.


[104]   	ExtensionExpr	   ::=   	Pragma+ EnclosedExpr
Comment 1 Tim Mills 2016-05-18 10:59:32 UTC
Re-reading this, it seems more likely that it should remain

[104]   	ExtensionExpr	   ::=   	Pragma+ "{" Expr? "}"

and the reference to [36] be removed.
Comment 2 Jonathan Robie 2016-06-07 14:16:34 UTC
(In reply to Tim Mills from comment #1)
> Re-reading this, it seems more likely that it should remain
> 
> [104]   	ExtensionExpr	   ::=   	Pragma+ "{" Expr? "}"
> 
> and the reference to [36] be removed.

Yes.

See https://www.w3.org/Bugs/Public/show_bug.cgi?id=29526
Comment 3 Jonathan Robie 2016-06-14 16:31:28 UTC
Fixed and checked in.