Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 72215 invoked from network); 22 Jan 2006 17:32:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jan 2006 17:32:59 -0000 Received: (qmail 55120 invoked by uid 500); 22 Jan 2006 17:32:58 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 55083 invoked by uid 500); 22 Jan 2006 17:32:58 -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 55072 invoked by uid 99); 22 Jan 2006 17:32:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jan 2006 09:32:58 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [209.11.152.71] (HELO nandi.webappcabaret.net) (209.11.152.71) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jan 2006 09:32:57 -0800 Received: (qmail 19411 invoked by uid 98); 22 Jan 2006 09:32:27 -0800 Received: from unknown (HELO ?192.168.0.3?) (editor@summitjournal.com@68.237.60.117) by 172.16.0.71 with SMTP; 22 Jan 2006 09:32:27 -0800 Message-ID: <43D3C1B7.9010800@greenjaguar.com> Date: Sun, 22 Jan 2006 12:32:39 -0500 From: Helena Edelson Organization: GreenJaguar User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "user@forrest.apache.org" Subject: common+skins document2html.xsl questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am confused on getting data into xdocs content. I've been testing some of my own hacks (manglings) for getting meta data into sections of xdoc xml content files(document 2.0 dtd) This is simple with xslt files, jsp/servlets, php where aspects are easily split so one can set in say a language file the messages to output (Forrest has this but..) in various areas of the Content (xdocs/*.xml). Am I missing something or is it in 0.8 ? Maybe it is in teh all-talked about coat or views. Is 0.8 in MVC? The only way I see is to customize both common document2html.xsl and skins document2html.xsl (very messy:reusability rather sad) class="fork" is being stripped by my editor and not allowed. tested a custom template for matching to implement class fork but it kept being stripped. did a bunch of (starts-with...) to catch "http:" and if found, do just like "fork" with no luck either on like ten tries at template variations. Anyone have any ideas? greatful for any insight, helena