3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
257 stars 143 forks source link

Parsing QGIS Project with PHP XMLReader instead of DOM #4819

Open rldhont opened 1 day ago

rldhont commented 1 day ago

Instead of using PHP SimpleXml API to parse QGIS Project, we uses XMLReader. The reason to change it, it is to have something faster and lighter.