On Fri, 24 Jun 2016 09:58:45 -0300, Barry Books <trs...@gmail.com> wrote:

As far as XSLT goes I'm not sure what you mean. I do a lot of XML/XSLT and I just have a service that can do transforms. If you want to do XSLT on the Tapestry render pipeline I've thought about that but the Tapestry DOM can
do mostly the same thing although it a completely different way. Here is
some code that does considerable reworking of the DOM using a MarkupWriter
listener.

In my day job, which uses XSLT a lot, we have a org.xml.sax.helpers.DefaultHandler (basically, the handler of a SAX parser) subclass which pipes the results of an XSLT transformation directly into Tapestry DOM elements.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to