[
Lists Home |
Date Index |
Thread Index
]
- From: "Lauren Wood" <lauren@sqwest.bc.ca>
- To: xml-dev@ic.ac.uk
- Date: Sun, 1 Nov 1998 20:33:45 -0800
On 1 Nov 98, at 21:40, Borden, Jonathan wrote:
> Alternatively, you can expose both CDATA as an element of type CDATA and
> as
> text within the TEXT element. This would preserve the intended behavior
> w.r.t. text as well as allowing the option of iterating over CDATA
> elements for interested parties.
Both CDATASection and Text inherit from CharacterData. Is this
what you mean? Alternatively, you could use the flattening
properties from Node and just look for NodeValue on each. This
returns the content of each node without the need for casting.
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/
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)
|