Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 71072 invoked from network); 10 Feb 2009 14:21:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Feb 2009 14:21:32 -0000 Received: (qmail 83782 invoked by uid 500); 10 Feb 2009 14:21:31 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 83415 invoked by uid 500); 10 Feb 2009 14:21:31 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 83406 invoked by uid 99); 10 Feb 2009 14:21:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 06:21:30 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 14:21:29 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 33D08234C4B8 for ; Tue, 10 Feb 2009 06:21:08 -0800 (PST) Message-ID: <1666371088.1234275668211.JavaMail.jira@brutus> Date: Tue, 10 Feb 2009 06:21:08 -0800 (PST) From: "Steven Dolg (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Updated: (COCOON3-29) Provide a StringTemplate reader. In-Reply-To: <1768698093.1234275547135.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COCOON3-29?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Dolg updated COCOON3-29: ------------------------------- Attachment: stringtemplatereader.patch A patch containing the new reader and the bean definition for the sitemap. > Provide a StringTemplate reader. > -------------------------------- > > Key: COCOON3-29 > URL: https://issues.apache.org/jira/browse/COCOON3-29 > Project: Cocoon 3 > Issue Type: New Feature > Components: cocoon-stringtemplate > Affects Versions: 3.0.0-alpha-2 > Reporter: Steven Dolg > Assignee: Steven Dolg > Priority: Minor > Fix For: 3.0.0-alpha-2 > > Attachments: stringtemplatereader.patch > > > Add a StringTemplateReader that works just like the FileReaderComponent but additionally uses StringTemplate to process the input file. > This is useful when the result is not needed to be further processed as XML or something else. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.