MultiXml class library is a PHP solution for work with XML structures via SAX parser. It can be used for any XML data including YML (Yandex Market Language).
Supported features:
- Use very fast SAX parser with low memory using.
- Parse only XML data determined by configuration.
- Use UTF-8 charset for output data by default. Also it is possible to setup other charset.
- Include XmlToCsv class utility for conversion XML to CSV files.
- Include example code for conversion YML (Yandex Market Language) to CSV files.