|
Home >Online Product Documentation >Table of Contents >Example of an XML Pipeline in Stylus Studio Example of an XML Pipeline in Stylus StudioFigure 457 shows the diagram that represents getHoldings.pipeline, which is in the pipelines\stocks folder in the examples project installed with Stylus Studio. This particular XML pipeline:
l Aggregates two XML input sources
l Validates the output of the XQuery using XML Schema and then either
n Terminates if the validation fails or
n Passes the output to an embedded pipeline for additional processing
l Using XSLT, transforms the embedded pipeline's output to HTML
l Using XQuery, transforms the same output to PDF using XSL-FO processing
|