You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by "Roytman, Alex" <ro...@peacetech.com> on 2001/03/10 03:18:27 UTC

The best way to output XML from extension element. Sending SAX co ntext.getTransformer().getResultTreeHandler()

Hello,


I wonder is it appropriate to output my SAX events directly to 
context.getTransformer().getResultTreeHandler() in extention element?

I tried it works fine but was it intended to be used by outside world or it
is strictly Transformer's
thing

Thank you in advance

Alex