[Bug 6255] [XPath2] Base URI after validation

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





--- Comment #5 from Jonathan Robie <jonathan.robie@redhat.com>  2008-12-16 20:43:29 ---
(In reply to comment #4)

> <snip from="http://www.w3.org/TR/xpath-datamodel/#const-infoset-element">
> Element Node properties are derived from the infoset as follows:
> 
> base-uri
> 
>     The value of the [base URI] property. Note that the base URI property is
> always an absolute URI (if an absolute URI can be computed) though it may
> contain Unicode characters that are not allowed in URIs. These characters, if
> they occur, are present in the base-uri property and will have to be encoded
> and escaped by the application to obtain a URI suitable for retrieval, if
> retrieval is required.
> 

Oh bother, wrong snip. What I meant was this:

<snip from="http://www.w3.org/TR/xpath-datamodel/#infoset-mapping-element">
[base URI]

    The value of dm:base-uri.
</snip>

But the upshot is the same, the URI is there in the mapped Infoset Elements,
and it is preserved when these elements are validated.

Jonathan


-- 
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, 16 December 2008 20:43:39 UTC