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: Splits large XML into fragments and writes it out without processing each fragment
  • XMLValidation: Provides streaming validation of Large XML files against the configured XSD
  • CloseStream: Closes the input stream generated from the FileToStream activity