Component /dat/lib/filter/atributeFilter
AttributeFilter is a simple transform that adds an attribute into an input document at a specified location.
The resulting XML document is sent to the output port. The location is specified as an XPath/XSL node expression.
For further information on XPath/XSL expressions, see XSL references.
Pins
Ports
- input XML documents received on this port will have the specified attribute added. The resulting document will
be sent on the output port.
- output resulting XML documents are sent to this port.
Properties
- attribute the name of the attribute to be added.
- value the value of the attribute to be added.
- location the XPath/XSL node expression identifying the element where the attribute is to be added.
Copyright 2000,2001 Data Access Technologies