Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
Classes | Functions
xmlize.php File Reference

Code for parsing xml files. More...

Classes

class  core_xml_parser
 Class for parsing xml files. More...
 
class  xml_format_exception
 

Functions

 xmlize ($data, $whitespace=1, $encoding='UTF-8', $reporterrors=false)
 XML parsing function calles into class. More...
 

Detailed Description

Code for parsing xml files.

Handles functionality for:

Import of xml files in questionbank and course import. Can handle xml files larger than 10MB through chunking the input file. Replaces the original xmlize by Hans Anderson, with equal interface.

@subpackage lib

License
http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later