IXMLDOMCDATASection
Used to quote or escape blocks of text to keep that text from being interpreted as markup language.
Remarks
CDATA sections let you include material such as XML fragments within XML documents without needing to escape all the delimiters. The only delimiter recognized in a CDATA section is the "]]>" string that ends the CDATA section.
CDATA sections cannot be nested.
The text contained by the CDATA section is stored in a text node. This text can contain characters that would need to be escaped outside of CDATA sections.
IXMLDOMCDATASection has no unique members of its own, but exposes the same members as the IXMLDOMText object.
Although the IXMLDOMCDATASection inherits IXMLDOMText, unlike text nodes, the normalize method of IXMLDOMElement does not merge CDATASection nodes.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
See Also
IXMLDOMText | normalize method | IXMLDOMElement | IXMLDOMCDATASection Members
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.