[Bug 6131] [XPath 2.1] Requirement: context-free paths

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6131





--- Comment #4 from Jonathan Robie <jonathan.robie@redhat.com>  2009-07-07 17:28:49 ---
John and I discussed this, and we rather like this syntax:

NamespaceDeclExpr ::= "namespace" NCName "=" URILiteral "{" Expr "}"

Example:

namespace a = http://example.com/a { /a:foo/a:bar }


Note that this is parallel to the existing NamespaceDecl production:

NamespaceDecl ::= "declare" "namespace" NCName "=" URILiteral

Example:

declare namespace a = http://example.com/a; 
/a:foo/a:bar


-- 
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 Tuesday, 7 July 2009 17:28:59 UTC