This sample application shows how nodes from multiple
XML documents can be imported and merged into a single XML document. The
DOM technique demonstrated can be useful when different DOM structures
need to be combined.
The example shows how an XML document can be created
by merging three XML documents containing customer, order, and product
information. To see the resulting XML document, click the "Example"
link below.
|