> That's why the DocBook configuration which is included in XXE must be
> considered as being a starting point for serious work. Please feel free
> to improve it.
I created custom CSS, if somebody cares, here is the content (I am new to
XPath):
xref {
content: icon(left-link)
xpath("if(id(@linkend)/@xreflabel, id(@linkend)/@xreflabel,\
if(id(@linkend)/title, id(@linkend)/title,\
if(id(@linkend)/glossterm, id(@linkend)/glossterm, @linkend)))");
vertical-align: text-top; /* for the icon */
color: navy;
}
Thanks, Jan