Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 25765 invoked from network); 12 Jul 2004 07:57:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 12 Jul 2004 07:57:11 -0000 Received: (qmail 13990 invoked by uid 500); 12 Jul 2004 07:57:11 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 13932 invoked by uid 500); 12 Jul 2004 07:57:10 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: docs@cocoon.apache.org Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 13919 invoked by uid 99); 12 Jul 2004 07:57:10 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.27.1) with SMTP; Mon, 12 Jul 2004 00:57:06 -0700 Received: (qmail 25723 invoked from network); 12 Jul 2004 07:57:03 -0000 Received: from localhost.hyperreal.org (HELO minotaur.apache.org) (127.0.0.1) by localhost.hyperreal.org with SMTP; 12 Jul 2004 07:57:03 -0000 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: docs@cocoon.apache.org To: docs@cocoon.apache.org Subject: =?iso-8859-1?q?=5BCocoon_Wiki=5D_Updated=3A__FotoTransformer?= Date: Mon, 12 Jul 2004 07:57:03 -0000 Message-ID: <20040712075703.25711.57306@minotaur.apache.org> X-Spam-Rating: localhost.hyperreal.org 1.6.2 0/1000/N X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Date: 2004-07-12T00:57:03 Editor: DavidP=E9rez Wiki: Cocoon Wiki Page: FotoTransformer URL: http://wiki.apache.org/cocoon/FotoTransformer no comment Change Log: ---------------------------------------------------------------------------= --- @@ -7,24 +7,25 @@ * The '''{{{SourceWritingTransformer}}}'''. Requires you to code the de= sired output location in the XML stream. * '''{{{Views}}}'''. But there are cases where views aren't useful like= a sub-pipeline that is called from other pipeline through the {{{cocoon:}}= } protocol, and the sub-pipeline cannot be invoked directly, because the ma= in one has set some environment like request attributes. * '''{{{LogTransformer}}}'''. Gives a detailed log of each received SAX = event, but you don't have a usable XML file. + * '''Profiler'''. It gives you a lot of features, but slows down your p= ipeline and increases memory usage. = =3D=3D=3D Usage =3D=3D=3D = Here is the component declaration: = -{{{ - +{{{ + }}} = And its a sample usage in a pipeline: = -{{{ - - - - - - +{{{ + + + + + + }}} = As you can see you name the output file through the {{{src}}} attribute. = It supports any {{{URI}}} scheme supported by {{{Cocoon}}}