Skip to content

Support for DOCTYPE and no indentation for CData

Compare
Choose a tag to compare
@nashwaan nashwaan released this 27 Apr 03:11
· 99 commits to master since this release
  • 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}.