The Large XML Palette

The Large XML palette provides the following activities:

  • FiletoStream: reads a file with XML content and outputs a stream for downstream processing.
  • GetFragment: used in a Group to get a fragment of the large XML based on the configuration for further processing.
  • StreamToFile: writes stream of XML to a file.
  • TransformXML: provides streaming transformation of XML based on the configured XSLT.
  • XMLSplitter: is a utility to split large XML into fragments and write it out without processing each fragment.
  • XMLValidation: provides streaming validation of Large XML files against the configured XSD.