The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home MathPack Matrix Classes TIntMatrix, TMatrix and TMat3D Methods WriteToOpenXMLFile | |||||||||||||||||||||||
See also: WriteToXMLStream, SaveAsXMLFile, DataID, ReadFromOpenXMLFile, ReadFromXMLStream, LoadFromXMLFile | |||||||||||||||||||||||
WriteToOpenXMLFile |
|||||||||||||||||||||||
The method WriteToOpenXMLFile writes the contents of the matrix to an open text file OutFile using XML syntax. If the parameter CreateHeader is TRUE a minimum XML header is generated. CreateHeader should be set to a FALSE value if the matrix data is to be appended to an existing XML file. The parameter DataID holds a unique identifier which is stored as the attribute "id " of the <matrix> tag. If the parameter DataID is empty, the value of the property DataID is used instead of an empty string. WriteToOpenXMLFile generates the following tags:
|