Answer the question
In order to leave comments, you need to log in
How to force JSP(jspx) documents to retain final HTML formatting?
JSP documents (those with XML syntax and .jspx extension) remove all formatting when generating the resulting HTML. All html markup is simply written in a line.
How can I make jspx documents retain formatting like simple JSP pages?
Answer the question
In order to leave comments, you need to log in
Overlay on top of the resulting xml xslt, which will format nicely ;-)
Seriously, put it in CDATA or not use jspx:
<![CDATA[ ]]>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question