Release of libxml-1.1, Daniel.
diff --git a/SAXresult/xml2 b/SAXresult/xml2
new file mode 100644
index 0000000..7d75185
--- /dev/null
+++ b/SAXresult/xml2
@@ -0,0 +1,21 @@
+SAX.setDocumentLocator()
+SAX.startDocument()
+SAX.internalSubset(test, (null), (null))
+SAX.elementDecl(test, 3, ...)
+SAX.entityDecl(xx, 4, (null), (null), %zz;)
+SAX.getEntity(xx)
+SAX.entityDecl(zz, 4, (null), (null), <!ENTITY tricky "error-prone" >)
+SAX.getEntity(zz)
+SAX.getEntity(xx)
+SAX.warning: xmlParsePEReference: %xx; not found
+SAX.startElement(test)
+SAX.characters(This sample shows a &tricky; m, 20)
+SAX.getEntity(tricky)
+SAX.isStandalone()
+SAX.hasInternalSubset()
+SAX.hasExternalSubset()
+SAX.error: Entity 'tricky' not defined
+SAX.characters( method.</test>
+, 8)
+SAX.endElement(test)
+SAX.endDocument()