With this function the information for XML-templates can be inserted. Ordinarily, one creates an object with the function NgetSolverTemplate() first and then inserts the requested CDATA fields of this XML-form with this function.
CreateXmlString(neosxml, cdatalist)
Arguments
neosxml: An object of class NeosXml created with the function NgetSolverTemplate().
cdatalist: A named list object with the CDATA tags to be filled.
Returns
A character string containing the specified optimization problem, which can then be used in a call to NsubmitJob().