Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
For performance reasons, this activity performs simplified parsing of the XML document.  It does NOT load the entire document and cannot assert that the XML document is well-formed or valid.  In some cases, it may return, without error, a root element name for invalid or badly-formed XML documents.

INPUT Parameters

XMLFILE: Required

This parameter specifies the path and name of the XML document.

OUTPUT Parameters

XMLROOT:

Upon successful completion, this parameter will contain the name of the root element of the specified XML document.  The namespace prefix, if present, has been removed.

...