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

Xerces Project

Overview
Charter
Release Info
Advisories
Download

Xerces-C++ 3.2.5
Installation
Build Instructions

Programming
Samples
FAQs

API Reference
DOM C++ Binding
Migration Guide

Feedback
Bug-Reporting
Mailing Lists

Source Repository
Applications

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-2017 The Apache Software Foundation. All Rights Reserved.