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] olinks to chapters in same book not working


Here's the output from xsltproc -version (from a Command window on
Windows 2000 Pro):

Using libxml 20619CVS2426, libxslt 10114CVS1012 and libexslt 812CVS1012
xsltproc was compiled against libxml 20619, libxslt 10114 and libexslt
812
libxslt 10114 was compiled against libxml 20619
libexslt 812 was compiled against libxml 20619 

(For some reason, my original post was chopped into 3 separate messages
in the list archive, so I'm including it with this message.)

-----Original Message-----
From: Bob Stayton [mailto:bobs@sagehill.net] 
Sent: Wednesday, September 14, 2005 2:39 PM
To: Robert Hall; docbook-apps@lists.oasis-open.org
Subject: Re: [docbook-apps] olinks to chapters in same book not working

That is very wierd.  This means the xsltproc serializer is producing
non-well formed output.  I've never seen that.  Exactly what version of
xsltproc are you using?

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Robert Hall" <rhall@vocera.com>
To: <docbook-apps@lists.oasis-open.org>
Sent: Wednesday, September 14, 2005 11:51 AM
Subject: [docbook-apps] olinks to chapters in same book not working

I'm not sure whether this is a stylesheet problem or an xsltproc
problem.
Here's a quick summary:
 - DocBook 4.4, XSL Stylesheets 1.69.1
 - Modular book uses XInclude to pull in chapter files.
 - Using olinks for all cross references.
 - Using xsltproc and FOP 0.20.5 to generate FO and then PDF.
 - For each olink, xsltproc generates an opening fo:basic-link tag,
   and then, instead of closing the tag, it generates an empty one.
   When FOP encounters the empty one, it stops processing.
   Error: internal-destination or external-destination must be specified
in basic-link

Here are the (simplified) details:

>From the generated FO file:
--------------------------
See <fo:basic-link internal-destination="SysReq"> System
Requirements<fo:basic-link internal-destination="">

Sample olink from the ig/GettingStarted.xml file:
-----------------------------------
<para>
See <olink targetdoc="install" targetptr="SysReq" /> ...
</para>



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