| Article Index |
|---|
| Generating old-style JSF and JSP pages with XSLT |
| Configuring the output |
| All Pages |
Page 2 of 2
Configuring the Output
In order to render < 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.


