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


Getting closer to the root of the problem:
xsltproc only generates the invalid FO output when
the insert.xref.page.number parameter is "yes".
When it's "no" or "maybe" the fo:basic-link tags are closed correctly.

However, attributes set in olink.properties appear only in
fo:basic-link external-destination tags. They do not appear in
fo:basic-link internal-destination tags.

-----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



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