OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Xref References as page numbers in DSSSL ?



I want to use page numbers as text of a xref tag in the print output. 
How can I do this ?

I have read in the FAQ that I have to customize:
(element-page-number-sosofo target)
but there is no example on how to customize it and I am a dsssl beginner.

The file dblink.dsl does define something like:
-- ;; ======================================================================

(define (element-page-number-sosofo target)
  (with-mode pageno-mode
        (process-node-list target)))

(mode pageno-mode
  (default
    (current-node-page-number-sosofo)))

;; ======================================================================


But I still do not know what to change to get the following output:
----
"This you can see in Chapter 1 on page 12  explicitly."
------
from this source:
------
...
<para>This you can see in <xref linkend="chap1"/> explicitly.
</para>
....
<chapter id="chap1">
 blabla
</chapter>
...
---


Thank you very much for any help,
Peter Biechele

#####################################################
Dr. Peter Biechele, E-Mail: Peter.Biechele@beXtec.de



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]