MetaStruct.loadFromXmlFile

bool loadFromXmlFile(string catalog, string schema, string xmlSpecFile)

Loads an XML description into mstruct. This method is still experimental and no description the XML file structure is given, and no guarantee that it will remain as it is given.

Parameters

catalogthe catalog name, or null
schemathe schema name, or null
xmlSpecFilethe specifications as the name of an XML file

Returns

TRUE if no error has occurred

Throws

[MetaStructException]