Several options are available for customizing the XML-INTO operation. The options are specified as the second parameter of the %XML built-in function. The parameter can be a constant or a variable expression. The options are specified in the form 'opt1=val1 opt2=val2'.
See %XML (xmlDocument {:options}) for more information on how to specify the options.
The case option specifies
the way that XML-INTO should interpret the element and attribute names
in the XML document when searching for XML names that match the the
RPG field names and the names in the path option.
The namespace option controls
how XML-INTO handles XML names with a namespace when it is matching
XML names to the names in the path option or the subfield names of
a data structure.
The namespace
prefix option allows your RPG program to find out the values
of the namespaces that were removed from the XML names when the namespace
option was used to remove the namespace from the names.