[
Lists Home |
Date Index |
Thread Index
]
- From: Lauren Wood <lauren@sqwest.bc.ca>
- To: xml-dev@ic.ac.uk
- Date: Wed, 24 Feb 1999 11:17:50 -0800
Tim.Shaw@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@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)
|