[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] [ANN] XInclude implementation for the Microsoft XML Parserusing SAX2 API
- From: "xinclude.net" <contact@xinclude.net>
- To: xml-dev@lists.xml.org
- Date: Mon, 15 Oct 2001 12:21:23 +0200
For anyone interested in an XInclude implementation for the Microsoft XML
Parser (developed for personal use), you can find one (including source) at
http://xinclude.net
Some of the features are:
- Low memory overhead through use of the XML SAX2 API
- Indents inserted documents according to the indentation level of the
parent document
- Supports both parse="xml" and parse="text" methods
- Supports nested includes
- Source code available under GPL
Hope you might find it useful.