This commit is contained in:
kazuhiro4949 2016-04-27 18:48:39 +09:00
parent 71bb508b65
commit 1d5295f815
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This is a XML parser inspired by [SwiftyJSON](https://github.com/SwiftyJSON/Swif
[NSXMLParser](https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSXMLParser_Class/) in Foundation framework is a kind of "SAX" parser. It has enough performance but is a little inconvenient. So we have implemented "DOM" parser wrapping it.
# Feature
- [x] access XML Document with "subscript" literal.
- [x] access XML Document with "subscript".
- [x] access XML Document as SequenceType.
- [x] easy debugging XML pathes.