mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-01 09:07:55 -05:00
The Python Expat parser requires that the <?xml version...> tag occur as the first characters in the file, even before any blank space, so lstrip is used to remove any whitespace. In addition, raw & characters are replaced with their escaped version.