Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 44038 invoked from network); 2 Jun 2004 14:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Jun 2004 14:00:23 -0000 Received: (qmail 35133 invoked by uid 500); 2 Jun 2004 14:00:22 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 35094 invoked by uid 500); 2 Jun 2004 14:00:20 -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 35069 invoked by uid 99); 2 Jun 2004 14:00:19 -0000 Received: from [157.193.121.51] (HELO otsrv1.iic.ugent.be) (157.193.121.51) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 02 Jun 2004 07:00:19 -0700 Received: from otsrv1.iic.ugent.be (localhost [127.0.0.1]) by otsrv1.iic.ugent.be (8.11.6/8.11.6) with ESMTP id i52D04v02805 for ; Wed, 2 Jun 2004 15:00:04 +0200 Date: Wed, 2 Jun 2004 15:00:04 +0200 Message-Id: <200406021300.i52D04v02805@otsrv1.iic.ugent.be> From: stevenn@outerthought.org To: docs@cocoon.apache.org Subject: [WIKI-UPDATE] FotoTransformer Snippets Wed Jun 2 15:00:04 2004 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=FotoTransformer , version: 4 on Tue Jun 2 13:20:46 2004 by 80.58.34.235 - This simple transformer that can be useful for debugging any XML pipeline. It saves to a file the SAX stream it receives as a regular XML file. In this way we can save a snapshot of any given step of a XML pipeline. ? ^^ ---------------------- + This simple transformer that can be useful for debugging any XML pipeline. It saves as a regular XML file, the SAX stream it receives. In this way we can save a snapshot of any given step of a XML pipeline. ? ^^ ++++++++++++ + - There are other alternatives for this purpose, like this ones: ? ^ + There are other alternatives for this purpose, like these ones: ? ^ + - !Use + !Usage ? ++ - And its usage in a pipeline: + And its a sample usage in a pipeline: ? +++++++++ - As you can see you name the output file through the {{src}} attribute. + As you can see you name the output file through the {{src}} attribute. It supports any {{URI}} scheme supported by {{Cocoon}} Page: http://wiki.cocoondev.org/Wiki.jsp?page=Snippets , version: 38 on Tue Jun 2 13:02:04 2004 by 80.58.34.235 - The [transformer|FotoTransformer] is a tool that can be useful for debugging. ? ^^^ ---------- + A [transformer|FotoTransformer] that can be useful for debugging any XML pipeline. ? ^ +++++++++++++++++