Our first pipeline uses the RequestGenerator to output the request attributes in XML.
Shown below is the result of a request to dump-request?param=xyz. The response is XML as specified by the serializer, and describes the request attributes and parameters, converted to XML by the RequestGenerator component.
Adding a transformer with map:transform and changing the serializer to HTML allows us to generate HTML out of the XML of the previous example.
You can also view the output here: request.html
You can chain several transformers in a pipeline. In this example we add some style to our HTML by adding an additional XSL transform.
View the output in your browser: styled/request.html