[ message first sent on 2000-07-10 ...]
Hi all,
I just experimented a strange behaviour of the DSSSL Stylesheets:
I redefined the ulink element, to pass through some hyphenation
problems, but this resulted in the modification of the text being
printed in index. Instead of the page number for each indexterm , I get
the HTML page name!
HTML output is OK, just the dvi seems affected.
-------------- ps2ascii of index page -------------
Index bar
icons, Managing windows and desktops
(lin4begin-use-kde-gnome.html\#AEN476) menu, Managing windows and
desktops (lin4begin-use-kde-gnome.html\#AEN467) status, Managing windows
and desktops (lin4begin-use-kde-gnome.html\#AEN482) tool, Elements
displayed (lin4begin-use-kde-gnome. html\#AEN431) desktop, Elements
displayed (lin4begin-use-kde-gnome. html\#AEN439)
changing, Managing windows and desktops
(lin4begin-use-kde-gnome.html\#AEN487) GPL, The GNU General
Public License (a3436.html\ #AEN3442) graphical
......
---------------------------------------------------
See my customization below, removing it solves the problem, but I need
it ;-)
Thanks, Camille.
----------- dsssl customization -------------------
(element ulink
(make sequence
($charseq$)
(if %footnote-ulinks%
($ss-seq$ + (literal (footnote-number (current-node))))
(if (and %show-ulinks%
(not (equal? (attribute-string (normalize "url"))
(data-of (current-node)))))
(make sequence
(literal " (")
;; Add easily identifiable strings for .tex post-processing
(literal "urlurlurl")
(literal (attribute-string (normalize "url")))
(literal "lrulrulru")
(literal ")"))
(empty-sosofo)))))