[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] How to define relative paths in DocBook
On Wed, 2005-08-10 at 14:10 +1200, Supun Gunasena wrote: > Hi guys, > > > > How do define relative paths of the various DocBook files which are > referenced in the XSL stylesheet? > For example(in the XSL stylesheet), I now have paths which are > hard-coded: > <xsl:import href="file:///C%3A/Program% > 20Files/DocBook/docbook-xsl/fo/docbook.xsl"/> > > If you are going to urse uri's, try file:///Program%20Files..... if on the same disk, or better still, re-install docbook stuff in directories without spaces. If it is on a different disk, then it depends on the XSLT engine. There seems to be no definitive answer. relative files are the right answer, and catalogues are even better, and longer term, but you still have the same uri protocol issues. http://www.dpawson.co.uk/xsl/sect4/uriIncl.html may help. regards DaveP
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]