[Bug 3381] Remember document-uri

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


jonathan.robie@datadirect.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #1 from jonathan.robie@datadirect.com  2006-08-24 20:56 -------
The dm:document-uri accessor returns the absolute URI of the resource from
which the Document Node was constructed, if the absolute URI is available. 

We should not allow users to modify this for an existing document, because it
would then no longer identify the resource from which the Document Node was
constructed.

fn:put() allows a document to be written to a new location. When such a
document is retrieved to construct a data model instance, its document URI will
be set appropriately as part of Data Model construction.

Received on Thursday, 24 August 2006 20:57:10 UTC