Files
cantera/interfaces
Bryan W. Weber dfd4e6d4bf [ctml2yaml] Fix several XML parsing errors
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.
2019-12-01 21:07:44 -05:00
..