-
Notifications
You must be signed in to change notification settings - Fork 0
cDataTable.XML
Brendon edited this page Mar 17, 2024
·
5 revisions
XML
gets and sets a MSXML2.IXMLDOMElement
This property allows the assigning of an XML data string to and from the cDataTable. It is possible to create a cDataTable from XML as well as present it as XML.
Format of the XML is
<cDataTable>
<TableName>name</TableName>
<Records>cRecords in here....</Records>
<cDataTable>
<TableName>name</TableName>
<Records>cRecords in here....</Records>
</cDataTable>
</cDataTable>
If you want to save or load XML from a file use the cDataTable.SaveAsXML or cDataTable.LoadXML methods.
See also: cDataTable.SaveAsXML, cDataTable.LoadXML