Start of change

ns (default keep)

The ns option controls how XML-INTO handles XML names with a namespace when XML-INTO is matching XML names to the names in the path option or the subfield names of a data structure. For example, the XML name "cust:name" has the namespace "cust".

Note:
  1. The ns option is in effect when handling the path option. The names in the path must be specified so that they will match the XML names after the processing for the ns option. For example, if an XML path is abc:info/abc:cust and option 'ns=remove' is specified, then the path option must be specified as 'path=info/cust'. If option ns=merge is specified, then the path option must be specified as 'path=abc_info/abc_cust'.
  2. If option ns=remove is specified, the nsprefix option can be used to get the value of the namespace for any subfield.
End of change