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] DocBookXSL XHTML chunking does not produce hyperlinks in index page.


Yes, the index entries should link back to the HTML pages.  I suspect the
problem is the with (old) Xalan that is bundled with Java 1.4.  This
reference tells you how to use a newer Xalan:

http://www.sagehill.net/docbookxsl/InstallingAProcessor.html#InstallXalan

Let me know if that doesn't help.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Lee Gwun Wai" <gwunwai@pacific.net.sg>
To: <docbook-apps@lists.oasis-open.org>
Sent: Saturday, June 05, 2004 8:17 AM
Subject: [docbook-apps] DocBookXSL XHTML chunking does not produce
hyperlinks in index page.


> Hello,
>
> I need some help with the generation of index page.
>
> I am able to get an index page (ix01.html), for xhtml chunked pages. But I
> was expecting the index page to contain the hyperlink back to the actual
> place in the content where the indexterms are. I can see that in the page
> where the indexterms were defined, an anchor was created, but the missing
> part is the hyperlink, which is sort of lame for a HTML index page.
>
> I tried the fo stylesheets, with FOP, and in the output PDF, I got the
index
> page, with the terms and their page numbers, but nothing happens when I
> click on the terms.
>
> I've been searching the net, and it seemed that hyperlinks will be
> automatically generated, but it didn't work for me. Is there something
that
> I am doing wrong?
>
> This is something similar,
> http://sources.redhat.com/ml/docbook/2004-04/msg00025.html, but the thread
> sort of just died off, without the solution.
>
> I am using DocBook XSL 1.64.1, with Xalan that is bundled with JDK 1.4,
and
> I don't have any customization layers.
>
> Thanks in advance!
> Gwun Wai
>
> My source:
> <?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
>
> <book>
>     <bookinfo>
>         <title>My First DocBook</title>
>     </bookinfo>
>     <chapter>
>         <title>The First Chapter</title>
>         <para>The quick brown fox jumps over the lazy dog.</para>
>         <section>
>             <indexterm><primary>Section One</primary></indexterm>
>             <title>The First Section</title>
>             <para>This is Section 1</para>
>         </section>
>     </chapter>
>     <index/>
> </book>
>
>
> To unsubscribe from this list, send a post to
docbook-apps-unsubscribe@lists.oasis-open.org, or visit
http://www.oasis-open.org/mlmanage/.
>
>
>




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