RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.XML Property

Indicates the XML that corresponds to the subtree rooted at this node.

Pascal
property XML: DOMString;
C++
__property DOMString XML;

XML is the XML that corresponds to the document fragment that consists of this node and any child nodes it contains.

Note: XML is only available when the DOMVendor used to parse this node's XML document is MSXML.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!