Does anyone know of a benchmark that compares writing out XML using
JSP's out.print and using castor? For simple static XML, I think the JSP method
will definitely be faster, but as the XML becomes more complicated (with loops
and if to determine what to output) it becomes difficult to tell which one is
the faster method.
Kam
