OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xml-dev] [ANN] XInclude implementation for the Microsoft XML Parserusing SAX2 API



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.