Bugs item #496281, was opened at 2001-12-23 10:36
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=496281&group_id=21935
Category: DocBook XSL
Group: None
Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Peter Kullmann (arekup)
Assigned to: Jirka Kosek (kosek)
Summary: autoidx: links to refentries
Initial Comment:
Given the following refentry:
<refentry>
<refmeta>
<refentrytytle>bla</refentrytitle>
<indexterm>
<primary>Index entry for refentry</primary>
</indexterm>
</refmeta>
...
</reference>
then autoidx generates an index entry that points to
the enclosing reference and not to the refentry.
The reason for this behaviour is that in revision 1.3
of autoidx.xsl the xpath expression:
<!ENTITY section '(ancestor-or-self::set
|ancestor-or-self::book
|ancestor-or-self::part
|ancestor-or-self::reference
|ancestor-or-self::partintro
|ancestor-or-self::chapter
...
omits "refentry".
----------------------------------------------------------------------
>Comment By: Norman Walsh (nwalsh)
Date: 2002-08-25 15:50
Message:
Logged In: YES
user_id=81663
Fixed (again?) in CVS.
----------------------------------------------------------------------
Comment By: Jirka Kosek (kosek)
Date: 2002-08-25 11:51
Message:
Logged In: YES
user_id=189932
Fixed in CVS
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=373747&aid=496281&group_id=21935
|