twostraws / Brisk

A proof of concept scripting library for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parser(_, foundCharacters:) is stopping on å ä ö ø...

Olausfransen opened this issue · comments

As is the XML parser is not giving satisfying results because the underlying implementation of the Swift XMLParser is not good enough. We should anyway find a way to fix those errors to make it a robust XML parser.
Example: <title>Twostraws kan prata svenska på riktigt</title> gives the following result: "å riktigt". Expected behaviour: node.getElementsByTagName("title") should return "Twostraws kan prata svenska på riktigt".

Tack Paul and welcome back to Swift and fika!