You should use this function to read the content of an XML file into memory. The argument of the function is the name of the file to be read. The function will return a handle to the structure created during the parsing of the file content.
DOC = mxml::LoadDoc("my_file.xml")