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.
Information noteNote: The support of streams is available only when you have installed the R2021-11 Studio Monthly
update or a later one delivered by Talend. For more information, check with your
administrator
For more technologies supported by Talend, see Talend components.
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.