Param
The Param element is a common child-element that provides a key-value pair to the parent element, typically used for configuration settings.
<Publisher class="Tcp">
<Param name="Host" value="127.0.0.1" />
<Param name="Port" value="80" />
</Publisher>
<Fixup class="Crc32Fixup">
<Param name="ref" value="MyDataStuff" />
</Fixup>
Attributes:
Valid Child-Elements:
This element has no valid child elements.


