Transforming stream into HTML using an XSL stylesheet
The tXSLT component provides support for streams. It can receive XML
files or XSL files passed to it in the form of stream and, in addition to sending the
output to files, it can send the output to the subsequent component through a
Row > Main connection. The tXSLT component in this scenario
receives the XML file from a tFileInputRaw component in the form of stream and sends its
output to a tLogRow component through a predefined column.
This scenario uses the same input files as the scenario Transforming XML into HTML using an XSL stylesheet. That is, customers.xml and customers.xsl.