Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 69754 invoked from network); 10 Feb 2009 14:19: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:19:32 -0000 Received: (qmail 79920 invoked by uid 500); 10 Feb 2009 14:19:31 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 79531 invoked by uid 500); 10 Feb 2009 14:19:30 -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 79331 invoked by uid 99); 10 Feb 2009 14:19:30 -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:19: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:19:28 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 21684234C4B1 for ; Tue, 10 Feb 2009 06:19:07 -0800 (PST) Message-ID: <1768698093.1234275547135.JavaMail.jira@brutus> Date: Tue, 10 Feb 2009 06:19:07 -0800 (PST) From: "Steven Dolg (JIRA)" To: dev@cocoon.apache.org Subject: [jira] Created: (COCOON3-29) Provide a StringTemplate reader. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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 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.