xmlPut
Version 20.0.7681
xmlPut
Version 20.0.7681
Puts values to an XML document.
Optional Parameters
- uri: An XML file URI.
- handle: The handle of the specified XML reader.
- type: The input type. The allowed values are ‘ELEMENT, ENDELEMENT, ATTRIBUTE, STRING, CDATA, COMMENT, RAW’. The default value is ‘ELEMENT’.
- name#: The name of the ELEMENT or ATTRIBUTE.
- value#: The value of the ELEMENT or ATTRIBUTE. Or, the value of the CDATA, COMMENT, or RAW type. A value of ELEMENT means a simple XML element with no attributes and the specified value between the opening and closing tags.
- namespace#: The namespace of the ELEMENT or ATTRIBUTE.
Output Attributes
- edi:warning#: The warnings from the specified XML writer.