From fb560429aa208f6ff643c4efe7370026cd4e90d0 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 16 Sep 2014 14:50:48 +0200 Subject: [PATCH] Added SAX parsing to the list of parsing features. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10b2265..43399f6 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Querying a document using a namespace: * Support for parsing XML and HTML(5) * DOM parsing * Stream/pull parsing + * SAX parsing * Low memory footprint * High performance, if something doesn't perform well enough it's a bug * Support for XPath 1.0