Reading an XML file by using Joomla 2.5 API – JFactory::getXML()
Imagine the situation where you need to read a list of configuration permissions, these permissions are inside of an XML file called permisos.xml in a valid directory of your server. In this short article we will see how to read an XML file, parse it and create an array with all entries of this file. There…