Documents and Document Fragments

Lauren Wood lauren at sqwest.bc.ca
Wed Feb 24 19:18:57 GMT 1999


Tim.Shaw at wdr.com wrote:

> A document fragment is a lightweight document (as defined by W3C
> REC-DOM-Level-1-19981001). These fragments may be used for numerous purposes -
> including creating (by 'insertion') other documents.
> 
> A document fragment need not be WF - but (presumably) they must represent at
> least one <tag></tag> type construct as they are also Nodes

No; the DOM spec defines its document fragment as having the same
potential content as a parsed entity, i.e. some mixture of text,
elements, comments, PIs, etc. It does not need to have a root
element, or indeed any elements at all. It could just consist of one
comment, or some text.

regards,

Lauren

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list