Skip to content

v3.4.4

Choose a tag to compare

@otsch otsch released this 04 Apr 22:04
· 22 commits to main since this release

Fixed

  • As sometimes, XML parsing errors occur because of characters that aren't valid within XML documents, the library now catches XML parsing errors, tries to find and replace invalid characters (with transliterates or HTML entities) and retries parsing the document. Works best when you additionally install the voku/portable-ascii composer package.