Slide 50
Slide 50 text
Does Saxy work with XPath?
Saxy in its core is a SAX parser, therefore Saxy does not, and likely will not, offer any XPath
functionality.
SweetXml is a wonderful library to work with XPath. However, :xmerl, the library used by
SweetXml, is not always memory efficient and speedy. You can combine the best of both sides
with Saxmerl, which is a Saxy extension converting XML documents into SweetXml compatible
format. Please check that library out for more information.
!