19.3 Building Composite XML Documents with XInclude.NET
Huge XML documents can be very unwieldy. Wouldn’t it be easier if you could create several smaller XML documents and combine them at runtime? The XInclude standard enables this by allowing you to include an external text or XML document within an XML document. This allows modular XML documents to be composed at runtime.
XInclude.NET implements XInclude for developers working in the .NET environment, letting them keep XML documents to a manageable size.
XInclude.NET at a Glance | |
---|---|
Tool | XInclude.NET |
Version covered | 2.0 |
Home page | |
Power Tools page | |
Summary | Implements the XInclude standard, which allows you to include a text or XML document in an XML document |
License type | BSD |
Online resources | Documentation, forum, discussion list |
Supported Frameworks | .NET 2.0 (earlier versions also available for .NET 1.1) |
Related tools in this book | nxslt2, eXml, XPointer.NET, EXSLT.NET |
Getting Started
You can download XInclude.NET as part of the Mvp.Xml library, available at http://sourceforge.net/project/showfiles.php?group_id=102352. You can choose to download a .zip of the binary or source files. The binary .zip contains three files: Mvp.Xml.dll, readme.txt, and license.txt. To use this in your project, you need only to extract the Mvp.Xml assembly.
Tip
The Mvp.Xml project is being migrated ...
Get Windows Developer Power Tools now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.