yahoojapan / SwiftyXMLParser

Simple XML Parser implemented in Swift
MIT License
578 stars 89 forks source link

catching invalid character error #27

Closed kazuhiro4949 closed 5 years ago

kazuhiro4949 commented 5 years ago

SwiftyXMLParser doesn't catch parsing error. It is inconvenience. So I added error delegate in XML.Parser.

https://github.com/yahoojapan/SwiftyXMLParser/issues/26 https://github.com/yahoojapan/SwiftyXMLParser/issues/25