Skip to content

Add options to control comments and strip namespace

Latest
Compare
Choose a tag to compare
@nhu313 nhu313 released this 27 Nov 04:41
· 12 commits to master since this release
9683414
  • Clean up warning thanks to @katehedgpeth
  • Add second params to parse to handle strip_namespaces thanks to @Kazakbay
    • Quinn.parse(xml, %{strip_namespaces: true}
  • Add code to parse comments
    • Quinn.parse(xml, %{comments: true}