Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 59723 invoked from network); 4 Sep 2006 08:37:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Sep 2006 08:37:49 -0000 Received: (qmail 90945 invoked by uid 500); 4 Sep 2006 08:37:49 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 90733 invoked by uid 500); 4 Sep 2006 08:37:48 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@forrest.apache.org List-Id: Delivered-To: mailing list user@forrest.apache.org Received: (qmail 90724 invoked by uid 99); 4 Sep 2006 08:37:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 01:37:48 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [212.23.3.140] (HELO pythagoras.zen.co.uk) (212.23.3.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2006 01:37:47 -0700 Received: from [217.155.85.142] (helo=[217.155.85.137]) by pythagoras.zen.co.uk with esmtp (Exim 4.50) id 1GK9xO-0003uq-IP for user@forrest.apache.org; Mon, 04 Sep 2006 08:37:26 +0000 Message-ID: <44FBE5BF.1030904@apache.org> Date: Mon, 04 Sep 2006 09:37:19 +0100 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: user@forrest.apache.org Subject: Re: xinclude References: <6212b1d00606290824p5557e258q7d878c14d62cd89f@mail.gmail.com> <1151595390.8177.39.camel@localhost.localdomain> <44FB3B5C.80808@apache.org> <44FBE573.2010609@apache.org> In-Reply-To: <44FBE573.2010609@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Pythagoras-IP: [217.155.85.142] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ross Gardler wrote: > Jim Dixon wrote: ... > One thing I did not pick up on in your original post, but want to > clarify now is the line: > > "foo.txt is just a line of nonsense." > > Is it a line of *XML* nonsense? The XInclude transformer is an > implementation of the XINclude specification which is an XML > specification (see the Cocoon docs Thorsten pointed you at). It will > only work with XML source files. Ooops, no that is not correct, you are using the parse="text" attribute, you *can* include text with that. Ross