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: webhelp local anchors in table of contents not working


I am having trouble navigating using the webhelp navigation panel when I click on a local anchor.

I have the chunk.section.depth parameter set to 1.

The following docbook sample demonstrates the problem:

<?xml version="1.0"?>
<book id="Test" xmlns="http://docbook.org/ns/docbook" version="5.0">
  <title>Test</title>
  <chapter><title>Chapter 1</title>
    <section><title>Section 1.1</title>
      <para>Text of section 1.1</para>
      <section><title>Section 1.1.1</title>
        <para>Text of section 1.1.2</para>
      </section>
      <section><title>Section 1.1.2</title>
        <para>Text of section 1.1.2</para>
      </section>
    </section>
  </chapter>
  <chapter><title>Chapter 2</title></chapter>
</book>

Once I have browsed to the file which contains the Section 1.1 (see attached ch01s01.html), I cannot browse to Section 1.1.1 or Section 1.2.2, which are local to that file. The HTML looks fine, so I am guessing this is a _javascript_ issue.

Nat 
Title: 1. Section 1.1 - - Test

1. Section 1.1

Text of section 1.1

1.1. Section 1.1.1

Text of section 1.1.1

1.2. Section 1.1.2

Text of section 1.1.2



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