http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Xerces-C++ 3.1.1
Readme
Installation
Build Instructions

Programming
Samples
FAQs

API Reference
DOM C++ Binding
Migration Guide

XInclude
 

The XInclude example uses the provided DOM API to parse an XML file while expanding the xi:include elements. It then writes the resulting DOM tree in the expanded form.

Running XInclude
 

The XInclude sample converts an input XML file into an expanded output XML file. To run XInclude, enter the following

XInclude <Input XML file> <Output XML file>

The following parameters may be set from the command line

Usage:
    XInclude [-h] InputFile OutputFile
  -h :             Prints this help message and exits.



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.