loadCatalogFromFile

fnXmlCatalog loadCatalogFromFile(string path) @safe

Loads an XML Catalog from a file.

Parameters

pathPath to the catalog file.

Returns

Parsed XmlCatalog.

Throws

XmlException if the file cannot be read or parsing fails.