Component /dat/lib/filter/addRoot
addRoot is a component that adds a new root tag to a document and makes the
original document a child of the new root node. This component does not replace
the existing root node it adds a new root node around the incoming document.
Ports
- input XML documents received on this port will have the specified
root node added and the original document will be a child of the new root
node. The resulting document will
be sent on the output port.
- output resulting XML documents are sent to this port.
Properties
- type the name of the new root node to be added.
Copyright 2000,2001 Data Access Technologies