Last active
July 30, 2019 02:05
-
-
Save stonezhl/0bf986d1cfd2a840c2632c92a965d7d4 to your computer and use it in GitHub Desktop.
A table of the XML parsers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Framework | Native | Processing | Query | Note | Link | |
---|---|---|---|---|---|---|
XMLParser | Y | SAX | - | Available for iOS & macOS | https://developer.apple.com/documentation/foundation/xmlparser | |
XMLDocument | Y | DOM | XPath & XQuery | Only available for macOS | https://developer.apple.com/documentation/foundation/xmldocument | |
libxml2 | Y | SAX & DOM | XPath & CSS Selector | C library | http://xmlsoft.org/ | |
Kanna | N | SAX & DOM | XPath & CSS Selector | Built on libxml2 | https://github.com/tid-kijyun/Kanna | |
SWXMLHash | N | DOM | Hash Query | Built on XMLParser | https://github.com/drmohundro/SWXMLHash | |
XMLParsing | N | DOM | Decoder | Built on XMLParser | https://github.com/ShawnMoore/XMLParsing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment