Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 65121 invoked from network); 13 Feb 2006 13:03:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Feb 2006 13:03:31 -0000 Received: (qmail 4585 invoked by uid 500); 13 Feb 2006 13:03:30 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 4565 invoked by uid 500); 13 Feb 2006 13:03:30 -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 4556 invoked by uid 99); 13 Feb 2006 13:03:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2006 05:03:30 -0800 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.142] (HELO rutherford.zen.co.uk) (212.23.3.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2006 05:03:29 -0800 Received: from [82.69.78.226] (helo=[192.168.0.2]) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1F8dMC-0004bP-He for user@forrest.apache.org; Mon, 13 Feb 2006 13:03:08 +0000 Message-ID: <43F08384.3000609@apache.org> Date: Mon, 13 Feb 2006 13:03:00 +0000 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: XSL transformation as part of the page content? References: <20060212105538.GA28387@igg.indexgeo.com.au> <1139823231.8228.60.camel@localhost.localdomain> In-Reply-To: <1139823231.8228.60.camel@localhost.localdomain> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Originating-Rutherford-IP: [82.69.78.226] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thorsten Scherler wrote: > El lun, 13-02-2006 a las 01:27 -0800, Victor Okunev escribi=C3=B3: >=20 >>I guess this approach won't work if the transformation produces raw >>html, which is not to be interpreted by Forrest. E.g. the result of my >>transformation is not an HTML table but rather a
-based layout. >>However, according to http://forrest.apache.org/dtd/document-v20.dtd, >>these tags are not allowed in element. >> >>I think a situation like this one is very typical: someone has a >>legacy html that does not necessarily validates against Forrest DTD, >>but it needs to be embedded to the page. >=20 >=20 > ...and this is why we developing the dispatcher (new feature in 0.8-dev= ) > which solves this problem. ;-) It is possible to solve this problem with the dispatcher, however, this=20 is integration of content into individual pages. The dispatcher is not=20 ideal for this since it would require a new structurer definition for=20 each page wanting to include something different. The xi:include, or XSL processing of the source content is more=20 efficient in this particular case. The dispatcher is more efficient if=20 you want to put the same content into a large number of pages. Ross