API17

API17:JFactory::getXML

From Joomla! Documentation

Joomla 11.1 JFactory::getXML

Description

Reads a XML file.


public static function getXML (
        $data
        $isFile=true
)
Parameter Type Default Description
$data string Full path and file name.
$isFile boolean true false to load a string.

See also


User contributed notes

Code Examples