OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Olink problem in website-package


Well, if you aren't using a catalog, then you are likely downloading the
entire Docbook-XSL-1.67.2 stylesheets over the internet every time you
process your documents.  That's because the xsl:import  in
website-common.xsl uses the SourceForge URI.  You could always edit that
file to point to the 65.1 release if you can't get catalogs working.

If you want to try one more catalog option, you could turn on debugging by
also setting XML_CATALOG_DEBUG=1 on the same command line.  That will tell
you what is going on with catalog resolution in xsltproc.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Johann Spies" <jspies@sun.ac.za>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, February 09, 2005 1:40 AM
Subject: Re: [docbook-apps] Olink problem in website-package


> Bob,
>
> > Putting the XML_CATALOG_FILES on a separate line in a Makefile does not
set
> > an environment variable, it just sets a Make macro.  In my (not too
clear)
> > example, I put it on the same command line as the xsltproc command, so
it
> > becomes a shell env variable for the command. In your example:
> >
> > website.database.xml:  autolayout.xml
> >
> >
XML_CATALOG_FILES=/usr/share/xml/docbook/custom/website/2.5.0/catalog.xml \
> >         xsltproc --output $@ \
> >
/usr/share/xml/docbook/custom/website/2.5.0/xsl/website-targets.xsl
> > $<
>
> Thanks.  I have done that now, but the same error still shows
> up. Don't worry.  I will just not use olinks and make use of ulinks in
> stead.
>
> Thank you for taking time to help me.
>
> Regards
> Johann
> -- 
> Johann Spies          Telefoon: 021-808 4036
> Informasietegnologie, Universiteit van Stellenbosch
>
>      "Let the words of my mouth, and the meditation of my
>       heart, be acceptable in thy sight, O LORD, my
>       strength, and my redeemer."          Psalms 19:14
>
>




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]