> From: simo kauranen [mailto:slkauranen@;yahoo.com]
>
> I have a transformer which writes the incoming
> document to disk. Does anyone happen to know how I
> could forward the SAX events after writing down the
> pipeline? AbstractSAXTransformer has some send methods
> but how to use them? Now my code looks like this:
>
> ...
> public void startDocument(){
>
> writeToDisk("<?xml version=\"1.0\"
> encoding=\"ISO-8859-1\"?>");
super.startDocument();
> }
>
> public void startElement(...) {
> writeToDisk(...);
super.startElement(...);
> }
>
> public void endElement(...) {
> writeToDisk(...);
super.endElement(...);
> }
Btw, the SourceWritingTransformer does something like this already.
--
Konstantin
>
>
> Simo K.
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts http://uk.my.yahoo.com
>
> ---------------------------------------------------------------------
> Please check that your question has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail: <[EMAIL PROTECTED]>
>
---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>