Procedure ReadGeneratedXML(XMLFile[, merge])

ReadGeneratedXML

The procedure ReadGeneratedXML reads the contents of an AIMMS-generated XML data file.

ReadGeneratedXML(
        XMLFile,      ! (input) scalar string expression
        merge         ! (optional) 0 or 1
        )

Arguments

XMLFile

Name of the AIMMS-generated XML file to read.

merge (optional)

With this optional argument (default 0), you can choose whether you want to merge the data included in the XML file with the existing data, or overwrite any existing data (default)

Return Value

The procedure returns 1 if the XML file is read successfully, or 0 otherwise.

See also

The procedures GenerateXML, ReadXML, WriteXML. Generating XML data is discussed in full detail in Reading and Writing AIMMS-generated XML Data of the Language Reference.