yahoojapan / SwiftyXMLParser

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

Define invalid character error. #26

Closed kazuhiro4949 closed 5 years ago

kazuhiro4949 commented 5 years ago

SwiftXMLParser uses NSXMLParser. If a XML document has an invalid character, the parser stops on the way. It needs to return what's happens.