<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="XML Parser Nodes" keywords="XML Parser Nodes"%>

XML Parser Nodes

Note

 

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.

Figure 456. Example XML Parser Node Implementation

Input Port

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).

Output Ports

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.