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

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscr...@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-h...@lists.oasis-open.org

Reply via email to