Moodle APIs
3.8
Moodle 3.8.6 (Build: 20201109)
|
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... | |
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, http://www.hansanderson.com/contact/ with equal interface.
@subpackage lib