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



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