Bugs item #967909, was opened at 2004-06-07 07:14
Message generated for change (Comment added) made by olpa
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=967909&group_id=21935
Category: DocBook XSL
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Oleg Paraschenko (olpa)
Assigned to: Nobody/Anonymous (nobody)
Summary: incorrect 'next' link on page with <index/> after HTML chunk
Initial Comment:
HTML chunker creates an incorrect link to a next page
if a current page contains results of <index/>
----- <book.xml>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML
V4.2//EN" "docbookx.dtd">
<book>
<title>The book</title>
<chapter>
<title>First chapter</title>
<para>Some text</para>
<index>
<indexentry>
<primaryie>Example</primaryie>
<secondaryie>Chapter</secondaryie>
<seeie>Example Chapter</seeie>
</indexentry>
</index>
</chapter>
<chapter>
<title>Second chapter</title>
<para>Some text</para>
</chapter>
</book>
----- </book.xml>
----- <screen>
$ /sourceforge/docbook/cvstools/saxon book.xml
/sourceforge/docbook/xsl/html/chunk.xsl
Writing ch01.html for chapter
Writing ch02.html for chapter
Writing index.html for book
----- </screen>
Open "ch01.html" in a browser. Check a "next" link. It
points somewhere into the "ch01.html" (for example,
"ch01.html#d0e9"), but should point somewhere into the
"ch01.html".
Tested on the 1.65.1 release of stylesheets and on CVS
version dated 4 June 2004.
----------------------------------------------------------------------
>Comment By: Oleg Paraschenko (olpa)
Date: 2004-08-23 21:19
Message:
Logged In: YES
user_id=534833
Thank you, it works.
----------------------------------------------------------------------
Comment By: Robert Stayton (bobstayton)
Date: 2004-08-13 12:27
Message:
Logged In: YES
user_id=193218
I checked in the changes to fix this problem. It also
happened with bibliography or glossary within a chapter.
Thanks for the report.
----------------------------------------------------------------------
Comment By: Oleg Paraschenko (olpa)
Date: 2004-06-07 07:17
Message:
Logged In: YES
user_id=534833
Sorry, a mistype. Instead of
[quote]... but should point somewhere into the
"ch01.html".[/quote]
should be
[corrected]... but should point somewhere into the
"ch02.html".[/corrected]
("ch02.html" instead of "ch01.html")
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=967909&group_id=21935
|