[Bug 28980] [F+O3.1] Definition of expanded-QName

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28980

--- Comment #2 from Michael Kay <mike@saxonica.com> ---
I have changed the definition to be the one used in the XSLT specification:

 An <term>expanded-QName</term> is a value in the value space of the
<code>xs:QName</code> datatype as defined in the XDM data model (see <bibref
ref="xpath-datamodel-31"/>): that is, a triple containing namespace prefix
(optional), namespace URI (optional), and local name. Two expanded QNames are
equal if the namespace URIs are the same (or both absent) and the local names
are the same. The prefix plays no part in the comparison, but is used only if
the expanded QName needs to be converted back to a string.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 2 September 2015 16:28:08 UTC