Added SAX parsing to the list of parsing features.
This commit is contained in:
parent
79d9ed3214
commit
fb560429aa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue