Home >Online Product Documentation >Table of Contents >XML Parser Nodes
You cannot use an XML Parser node in an XML Pipeline for which you plan to generate C# code.
XML Parser nodes convert text input to an XML document.
XML Parser nodes have a single input port that you use to specify the text to be converted to XML. You can specify a default value, or the value can be dynamic (the output from another node in the XML pipeline, for example).
XML Parser nodes have a single output port, used to specify what to do with the result of the transformation. You can
An output must be specified in order for the node to be processed.