RE: http:location grammar

On Fri, 2007-01-12 at 11:33 -0800, Jonathan Marsh wrote:
> Should be 
> 
> 	elementName ::= '{' NCName '}'
> 
> We simply ignore the namespace and just key off the local name.  IIRC, we
> figured the added complexity isn't worth the likelihood that someone will
> have data that includes both a my:name and a your:name yet stills fall
> within the constraints of the IRI style.

Ok.

> Perhaps we need to clarify that "local name" does indeed imply "ignore the
> namespace" in [1].

A minor change proposal:

Current wording:
[[
When constructing the request IRI, each pair of curly braces (and
enclosed element name) is replaced by the possibly empty single value of
the corresponding element.
]]

Proposed wording:
[[
When constructing the request IRI, each pair of curly braces (and
enclosed *local* name) is replaced by the possibly empty single value of
the corresponding element.
]]

[1]
http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/wsdl20/wsdl20-adjuncts.html?content-type=text/html;%20charset=utf-8#_operation_iri_style

Received on Friday, 12 January 2007 20:17:41 UTC