Commit Graph
2 Commits
Author SHA1 Message Date
Will Pazner 4ec9f73cdf Handle raw VTK appended data in XML parser
VTK files can have "raw binary data" in the AppendedData section. This means the
file may not be technically valid XML. The data can also have null characters
which requires care when parsing using C-style strings.
2021-04-01 13:27:17 -07:00
Will Pazner 9cda70d880 Add TinyXML2
zlib licensed, repo at https://github.com/leethomason/tinyxml2
2020-11-19 12:48:07 -08:00