JFactory::getXML
Reads a XML file.
Signature
public function getXML(string
$data,
[boolean
$isFile = true] )
Parameters
-
$data
- Full path and file name.
-
$isFile
- true to load a file or false to load a string.
Returns
- mixed
- JXMLElement or SimpleXMLElement on success or false on error.