To download this file, please login or click here to register
Description:
This snippets provides with a function to pass on an xml document and returns the root node as XMLElement type for operations. If file does not exist it generates a custom exception that can be supressed.
Usage
XmlElement x= GetFromXMLFile("~/file.xml");