Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 69632 invoked from network); 27 Sep 2005 00:08:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2005 00:08:09 -0000 Received: (qmail 32824 invoked by uid 500); 27 Sep 2005 00:08:08 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 32793 invoked by uid 500); 27 Sep 2005 00:08:08 -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 32775 invoked by uid 99); 27 Sep 2005 00:08:08 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 17:08:08 -0700 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 [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 17:08:14 -0700 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j8R07j7m005852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 26 Sep 2005 19:07:45 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j8R07jK6005793 for user@forrest.apache.org; Mon, 26 Sep 2005 19:07:45 -0500 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Tue, 27 Sep 2005 10:07:40 +1000 From: David Crossley To: user@forrest.apache.org Subject: Re: css files for docbook output Message-ID: <20050927000740.GD28823@igg.indexgeo.com.au> References: <87r7bcqk5z.fsf@open-tk.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87r7bcqk5z.fsf@open-tk.de> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Fabian M?ller wrote: > Hello, > > I use the DocBook stylesheets directly to process my DocBook xml > files. The resulting html output should use a css file. I do not know > how to do this. When I do not use forrest but xsltproc to process an > xml file I use a command like > > xsltproc --stringparam html.stylesheet standard.css file.xml > > The effect of this command is that the resulting html file uses the > css file "standard.css". > > How can I do this with forrest? > > Thanx for your help, I do not use DocBook. I gather from your comments that you need to pass a parameter to the stylesheet. In Cocoon sitemaps this is how ... -David