Support for DOCTYPE and no indentation for CData
- Parsing of
DOCTYPE
is now supported but in a simple way: its content will be a string and will not be parsed further (see discussion). - XML output of CData will not be proceeded by indentation by default (see discussion). However, to get old behavior where CData is indented in the output, use
{indentCdata: true}
.