You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ge...@mckinsey.com on 2002/07/01 21:16:30 UTC

FileWritingTransformer

I'm sorry if this is not the place to ask such a thing, but would it be
possible for someone to send me a copy of FileWritingTransformer.java so
that I may use it in my project.  I can't seem to find it anywhere!!
Searched the repository and a few sites and simply could not find it.  Any
help would be greatly appreciated.  I just need a transformer that is able
to take in parameters and based on them write a file to disk and then send
the file data to standard output also.

Thanks in advance,

Gerardo

+---------------------------------------------------------+
This message may contain confidential and/or privileged
information.  If you are not the addressee or authorized to
receive this for the addressee, you must not use, copy,
disclose or take any action based on this message or any
information herein.  If you have received this message in
error, please advise the sender immediately by reply e-mail
and delete this message.  Thank you for your cooperation.
+---------------------------------------------------------+


---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: FileWritingTransformer

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Gerardo_Flores@mckinsey.com [mailto:Gerardo_Flores@mckinsey.com]
> 
> I'm sorry if this is not the place to ask such a thing, but would it
be
> possible for someone to send me a copy of FileWritingTransformer.java
so
> that I may use it in my project.  I can't seem to find it anywhere!!
> Searched the repository and a few sites and simply could not find it.
Any
> help would be greatly appreciated.  I just need a transformer that is
able
> to take in parameters and based on them write a file to disk and then
send
> the file data to standard output also.

Cocoon 2.0.3 version:

http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/scratchpad/src/org/apa
che/cocoon/transformation/Attic/SourceWritingTransformer.java?rev=1.3&co
ntent-type=text/vnd.viewcvs-markup


Cocoon 2.1 version:

http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/java/org/apache/cocoon
/transformation/SourceWritingTransformer.java?rev=1.6&content-type=text/
vnd.viewcvs-markup


Vadim

> 
> Thanks in advance,
> 
> Gerardo
> 


---------------------------------------------------------------------
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:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>