Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 16576 invoked from network); 21 Nov 2003 10:00:21 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Nov 2003 10:00:21 -0000 Received: (qmail 79586 invoked by uid 500); 21 Nov 2003 09:59:55 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 79561 invoked by uid 500); 21 Nov 2003 09:59:55 -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 79538 invoked from network); 21 Nov 2003 09:59:55 -0000 Received: from unknown (HELO otsrv1.iic.ugent.be) (157.193.121.51) by daedalus.apache.org with SMTP; 21 Nov 2003 09:59:55 -0000 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 hALA07p20551 for ; Fri, 21 Nov 2003 11:00:07 +0100 Date: Fri, 21 Nov 2003 11:00:07 +0100 Message-Id: <200311211000.hALA07p20551@otsrv1.iic.ugent.be> From: stevenn@outerthought.org To: docs@cocoon.apache.org Subject: [WIKI-UPDATE] StreamGenerator Fri Nov 21 11:00:07 2003 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Page: http://wiki.cocoondev.org/Wiki.jsp?page=StreamGenerator , version: 10 on Fri Nov 21 09:55:32 2003 by NicoVerwer - The form-name parameter refers to the name of a field within the form that is POSTed. For example, you could use the following HTML form: + The form-name parameter refers to the name of a HTTP-POST parameter, which can be a form control. For example, the following HTML form has such a form control: - This is because the content of the form-field is parsed as XML. + This is because, as stated above, the content of the form-field is parsed as XML. ? ++++++++++++++++++