You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xalan.apache.org by Jacob Hookom <ho...@uwec.edu> on 2002/12/30 16:55:58 UTC

XSLT Transformations

There are many MVC frameworks out there and everything I read, they say
don't use DOM, stick to SAX for transformations.  Would it be prudent
then to have a Controller use a JSP to render XML that gets passed to a
Transformer (possibly by setting up a filter?).