mixed System_ProcWatch_Config::fromXmlFile (
string $file
)
Parses an XML file into an config array to configure System_ProcWatch with.
$file
path to XML file
Returns config array on success or PEAR_Error on failure.
Throws PEAR_Error if XML file does not exist, or problems parsing the XML file have occured.
This function should be called statically.