Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 69520 invoked from network); 7 Dec 2006 00:35:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2006 00:35:26 -0000 Received: (qmail 6091 invoked by uid 500); 7 Dec 2006 00:35:35 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 6064 invoked by uid 500); 7 Dec 2006 00:35:35 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 6053 invoked by uid 99); 7 Dec 2006 00:35:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 16:35:35 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 16:35:26 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 68CC21A9846; Wed, 6 Dec 2006 16:34:44 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r483311 - /forrest/trunk/whiteboard/forrest2/core/src/docs/sourceDocumentAggregation.html Date: Thu, 07 Dec 2006 00:34:44 -0000 To: svn@forrest.apache.org From: rgardler@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061207003444.68CC21A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rgardler Date: Wed Dec 6 16:34:42 2006 New Revision: 483311 URL: http://svn.apache.org/viewvc?view=rev&rev=483311 Log: Some outline documentation for the aggregation functionality. Added: forrest/trunk/whiteboard/forrest2/core/src/docs/sourceDocumentAggregation.html Added: forrest/trunk/whiteboard/forrest2/core/src/docs/sourceDocumentAggregation.html URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/docs/sourceDocumentAggregation.html?view=auto&rev=483311 ============================================================================== --- forrest/trunk/whiteboard/forrest2/core/src/docs/sourceDocumentAggregation.html (added) +++ forrest/trunk/whiteboard/forrest2/core/src/docs/sourceDocumentAggregation.html Wed Dec 6 16:34:42 2006 @@ -0,0 +1,30 @@ + + + + +Source Document Aggregation + + + +

It is common to want to aggregate the contents of multiple +documents into a single source documenent. There are a number +of ways of achieving this, such as XInclude or the document() +method in XSLT. Forrest 2 provides its own aggregation +mechanism to augment such techniques.

+ +

We can define an aggregation in the locationmap/xml file. +For example:

+ + + + + + + + + +]]> + + + \ No newline at end of file