[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: DOCBOOK: Incorrect prev page uri generated in for multipage htmloutput.
Hi,
I've attached a short sgml source that creates this problem and the
resulting output. Please have a look at intro.html. The generated
"prev" uri points back to blah.html, instead of introch.html.
I use the following to generate the output:
export DSL_HTML="${SGML_SHARE}/docbook-dsssl-1.72/html/ldp.dsl#html"
openjade -t sgml -d $DSL_HTML try.sgml 2>&1 | grep -v "DTDDECL catalog
entries"
Perhaps someone can see what I am doing wrong?
Thanks in advance.
Jonathan
Title: Document Blah
1.3. Document BlahFIXTHIS - I'll get to this later | ||||||
1.2. Document ConventionsFIXTHIS - I'll get to this later |
HOWTO - Configure HaroldJonathan Marks jm (at) cmex (dot) org Copyright © 2001 by Jonathan Marks, All rights reserved.
| |||||||||||||||
1.1. IntroductionFIXTHIS - I'll get to this later |
Chapter 1. Introduction and Administrivia
References[1] Jonathan A. Marks, 2001, Not a reference. $id:$ |
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<book>
<bookinfo>
<title>HOWTO - Configure Harold</title>
<copyright>
<year>2001</year>
<holder>Jonathan Marks, All rights reserved.</holder>
</copyright>
<author>
<firstname>Jonathan</firstname>
<surname>Marks</surname>
<affiliation>
<address>
<email>jm (at) cmex (dot) org</email>
</address>
</affiliation>
</author>
<revhistory>
<revision>
<revnumber>0.01</revnumber>
<date>24-Aug-2001</date>
<authorinitials>jm</authorinitials>
<revremark>
Initial Entry
</revremark>
</revision>
</revhistory>
<abstract>
<para>
<computeroutput>$id:$</computeroutput>
</para>
<para>
This document ....................
</para>
</abstract>
</bookinfo>
<!-- Level1: Introduction -->
<chapter id="introch">
<title>Introduction and Administrivia</title>
<bibliography>
<title>References</title>
<biblioentry>
<abbrev>1</abbrev>
<authorgroup>
<author>
<firstname>Jonathan A.</firstname>
<surname>Marks</surname>
</author>
</authorgroup>
<copyright>
<year>2001</year>
<holder>Jonathan Marks & Associates.</holder>
</copyright>
<title><ulink url="http://jon.cmex.org/">Not a reference</ulink></title>
</biblioentry>
</bibliography>
<para>
<computeroutput>$id:$</computeroutput>
</para>
<sect1 id="intro">
<title>Introduction</title>
<para>FIXTHIS - I'll get to this later</para>
</sect1>
<sect1 id="convintro">
<title>Document Conventions</title>
<para>FIXTHIS - I'll get to this later</para>
</sect1>
<sect1 id="blah">
<title>Document Blah</title>
<para>FIXTHIS - I'll get to this later</para>
</sect1>
</chapter>
</book>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC