Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 71465 invoked from network); 23 Sep 2005 09:53:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Sep 2005 09:53:56 -0000 Received: (qmail 364 invoked by uid 500); 23 Sep 2005 09:53:56 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 166 invoked by uid 500); 23 Sep 2005 09:53:55 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 153 invoked by uid 99); 23 Sep 2005 09:53:55 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 02:53:55 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [158.195.15.26] (HELO mailroot.uniba.sk) (158.195.15.26) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2005 02:54:01 -0700 Received: from wadjet ([158.195.103.195]) by mailroot.uniba.sk with Microsoft SMTPSVC(6.0.3790.211); Fri, 23 Sep 2005 11:53:30 +0200 From: "HANAX" To: "dev@forrest" Subject: voice stylesheet and views Date: Fri, 23 Sep 2005 11:53:28 +0200 Mime-Version: 1.0 X-Mailer: HANAX Mail 2.3 b2 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-2" Content-Disposition: inline Message-ID: <20050923115330.FDA8A0D8.B603083D@158.195.103.195> X-OriginalArrivalTime: 23 Sep 2005 09:53:30.0142 (UTC) FILETIME=[A6E6B3E0:01C5C024] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N As I understood, contracts are points where to place xsl templates. I no= ticed some some structure naming convention but I can't find where it's = explained. Now my problem: 1. Originally I had my template for generating "voice head" 2. I have contract voice-markup.ft 3. I added my original voice stylesheet template under some forrest:tem= plate node in contract and rename it to voice-markup-head 4. No results :( If I look to some examples (plugins that use views and contracts), I no= te that all contracts are very small and I can't see any xsl manipulatio= ns... So what is the magic? How to link xsl processing with contract? Or= am I totally wrong?