When working with a custom XML document

You can do any of these:
  • Check if it uses namespaces.
  • Check if the mapping for XML Transform uses namespaces. You can get this information from the mapping developer.

If the custom XML document uses namespaces:

Update the target settings in the Detections tab and specify the namespace prefix, or default, and URIs.
Note: The namespace URIs used in the detection and mapping should match. These are essentially the same document.

If the mapping has namespace but the input document has no namespace

You can do any of these:
  • Check the Ignore namespace flag from the Edit XML Transform process panel.
  • Update the input document and add the namespace.
  • Update the mapping and remove namespace of input schema.

If the input document has namespace but the mapping has no namespace

Check the Ignore namespace flag from the Edit XML Transform process panel.