- Lots of improvements, too long to list here
- Push mode for the XML parser (HTML to come)
- XML shell like interface for debug
- improvements on XPath and validation
Daniel
diff --git a/xmlIO.h b/xmlIO.h
index 2bdba5d..bf43de2 100644
--- a/xmlIO.h
+++ b/xmlIO.h
@@ -38,6 +38,9 @@
  */
 
 xmlParserInputBufferPtr
+	xmlAllocParserInputBuffer		(xmlCharEncoding enc);
+
+xmlParserInputBufferPtr
 	xmlParserInputBufferCreateFilename	(const char *filename,
                                                  xmlCharEncoding enc);
 xmlParserInputBufferPtr