Generating old-style JSF and JSP pages with XSLT - Configuring the output

E-mail Print PDF
Article Index
Generating old-style JSF and JSP pages with XSLT
Configuring the output
All Pages

Configuring the Output

In order to render &lt; as a < in the output, you will need to configure output as a text:

<xsl:output type="text" />

It is not very elegant, but it is simple and it is working.

It would be better to generate JSP/JSF page in strict XML, but we know that it is not always possible for our customers.