Skip to content
  • Sven Van Caekenberghe's avatar
    fixed a bug: in a tag containing whitespace, like <foo> </foo> the parser... · 96e5d471
    Sven Van Caekenberghe authored
    fixed a bug: in a tag containing whitespace, like <foo> </foo> the parser collapsed and ingnored all whitespace and considered the tag to be empty!
    this is now fixed and a unit test has been added
    cleaned up xml character escaping a bit: single quotes and all normal whitespace (newline, return and tab) is preserved
    a unit test for this has been added
    96e5d471