Skip to content

WIP: rewrite the XML parser to reduce cyclomatic complexity

Dustin L. Howett requested to merge xml2 into master

Thoughts:

  • consider moving to a state machine
  • consider using a map of key types to parser functions?

Merge request reports