CDISP0784I

While the XML was processed, the compiler encountered element or attribute names that result in SPL attribute names that are not supported. An underscore character (__) was prepended to the SPL attribute name to make it a supported name.

One or more of the XML elements or attributes are reserved attribute names for SPL.
Specify the ignorePrefix parameter in the XMLParse operator. Ensure that the invocation of the XMLParse operator uses the param ignorePrefix : true; parameter.