michaelrsweet / mxml

Tiny XML library.
https://www.msweet.org/mxml
Apache License 2.0
426 stars 157 forks source link

Add load option to eliminate blank nodes #317

Open michaelrsweet opened 1 month ago

michaelrsweet commented 1 month ago

Add a load option to discard blanks between nodes, e.g.:

mxmlOptionsSetDiscardWhitespace(mxml_options_t *options, bool discard);