[
Lists Home |
Date Index |
Thread Index
]
- From: "Don Park" <donpark@quake.net>
- To: <xml-dev@ic.ac.uk>
- Date: Wed, 2 Jun 1999 11:34:37 -0700
> Andrew Douglas wrote,
> > The standard I've got states that a DocumentFragment is
> > a Node (or at least, it does in the Java headers I've
> > got). That was my mistake, I think.
>
> No mistake. A DocumentFragment *is* a Node. But if you
> try and insert it into the tree, you'll find that a
> conforming implementation will throw a
> HIERARCHY_REQUEST_ERR.
Actually, inserting a DocumentFragment 'node' into a tree should insert the
child nodes of the DocumentFragment (leaving it empty).
HERARCHY_REQUEST_ERR exception should be thrown only if any of the child
nodes can not be inserted. State of the tree after partially sucessful
DocumentFragment insertion is unspecified in the spec. My implementation
revokes the entire operation leaving the tree and the DocumentFragment
unchanged.
Best,
Don Park
Docuverse
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|