XIParseXML function

Unit: XIParser

Declaration:

function XIParseXML(aSourceType: TxiSourceType; aSource: string): TxiRootControlNode;

Parses the XML source into a control nodes structure. Depending on aSourceType, aSource contains different kinds of values:

aSourceType value aSource
stFile a file name
stResource name of the linked resource that contains XML source (it can be text or binary)
stRawXML XML source as a single string
stRawBinaryXML "binary" XML as a single string

 

The CHM file was converted to HTML by chm2web software.