Added SAX parsing to the list of parsing features.

This commit is contained in:
Yorick Peterse 2014-09-16 14:50:48 +02:00
parent 79d9ed3214
commit fb560429aa
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ Querying a document using a namespace:
* Support for parsing XML and HTML(5) * Support for parsing XML and HTML(5)
* DOM parsing * DOM parsing
* Stream/pull parsing * Stream/pull parsing
* SAX parsing
* Low memory footprint * Low memory footprint
* High performance, if something doesn't perform well enough it's a bug * High performance, if something doesn't perform well enough it's a bug
* Support for XPath 1.0 * Support for XPath 1.0