This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

link


Hello.  I have the following in my docbook document:

<para><link linkend="refidref">See Section A. References for
more.</link></para>

and at the end of my book I have:

  <appendix>
    <title>References <anchor id="refidref"/></title>
  </appendix>

When I generate HTML from this and click on the link reference, I get
redirected to the appendix in the table of contents, not at the end of the
document as I would expect.  Is this correct?  Or perhaps a problem with the
XSL?

Thanks,
Jeff

BTW I am using:

<!-- DocBook XML DTD V4.1.2
................................................. -->
<!-- File docbookx.dtd
.................................................... -->

<!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
     O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
     Corporation, Norman Walsh, and the Organization for the Advancement
     of Structured Information Standards (OASIS).

     $Id: docbookx.dtd,v 1.12 2000/08/27 15:15:26 nwalsh Exp $

and

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                xmlns:doc="http://nwalsh.com/xsl/documentation/1.0"
                exclude-result-prefixes="doc"
                version='1.0'>

<xsl:output method="html"/>

<!-- ********************************************************************
     $Id: docbook.xsl,v 1.25 2000/08/29 16:12:38 nwalsh Exp $
     ********************************************************************



------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]