This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: DOCBOOK: fo and slides


[Moving this over to DOCBOOK-APPS list]

On Fri, Nov 08, 2002 at 10:31:49AM +0100, Adrian Matellanes wrote:
> Hi all,
> 	I am currently using Norman's SLIDE doctype from CVS, everything works 
> well but I cannot generate pdf handouts with 'fo' xsl.
> 
> I get the following error: "cannnot find /sourceforge/xsl/docbook.xsl"
> 
> Does anybody know how can I solve this?
> Any hint is appreciated.

This is a bug in the file slides-3.0.0/xsl/fo/plain.xsl:

<xsl:import href="/sourceforge/docbook/xsl/fo/docbook.xsl"/>

It is trying to import the standard DocBook fo/docbook.xsl
stylesheet file.  This URI should be one of:

1. Mapped to a local pathname using an XML catalog.
2. Changed in the file to refer to a local pathname.
3. Changed in the file to a real URI:
   http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl

The last choice will make for slow processing as it will
download all the stylesheet files over the net.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
Caldera International, Inc.                 fax:   (831) 429-1887
                                            email: bobs@caldera.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]