Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 43022 invoked from network); 20 May 2007 23:32:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 May 2007 23:32:37 -0000 Received: (qmail 30870 invoked by uid 500); 20 May 2007 23:32:42 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 30814 invoked by uid 500); 20 May 2007 23:32:42 -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 30803 invoked by uid 99); 20 May 2007 23:32:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2007 16:32:42 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 May 2007 16:32:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A00A714070 for ; Sun, 20 May 2007 16:32:16 -0700 (PDT) Message-ID: <28883111.1179703936139.JavaMail.jira@brutus> Date: Sun, 20 May 2007 16:32:16 -0700 (PDT) From: "Brian Dube (JIRA)" To: dev@forrest.apache.org Subject: [jira] Commented: (FOR-1000) Use locationmap to resolve XSL imports in skins In-Reply-To: <20605686.1179681856280.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FOR-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12497311 ] Brian Dube commented on FOR-1000: --------------------------------- As David indicates in the surrounding thread, the custom skin documentation will need to reflect this change. > Use locationmap to resolve XSL imports in skins > ----------------------------------------------- > > Key: FOR-1000 > URL: https://issues.apache.org/jira/browse/FOR-1000 > Project: Forrest > Issue Type: Improvement > Components: Skins (general issues) > Affects Versions: 0.8 > Reporter: Brian Dube > Priority: Minor > Fix For: 0.9-dev > > > To create a custom skin that imports stylesheets from common, for example by copying pelt and modifying it for a project, it is also necessary to copy the common skin because the xsl:import calls use relative paths. The imports can be done with the help of the locationmap. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.