Commit 99fc048d7f7292c5ee18e44c400bd73bc63a47ed

Nick Wellnhofer 2020-08-14T14:18:50

Don't use SAX1 if all element handlers are NULL Running xmllint with "--sax --noout" installs a SAX2 handler with all callbacks set to NULL. In this case or similar situations, we don't want to switch to SAX1 parsing.