Hello there,
for linking between different documents, the best way is to use empty
<olink> elements which are later resolved by the xsl processing. The
current styled view of <olink>s is not very suitable for this, because
an empty olink just displays an empty #text element.
I would like to have somthing similar to the <xref> rendering for olinks
as well. I added the following in docbook.incl:
olink:after {
content: " <" icon(right-link) attr(targetdoc) ":" attr(targetptr)
"> ";
vertical-align: text-top;
color: navy;
}
I think I'll have to live with the empty #text element, because after
all the user might want to provide an own link text, but still you can
see where this olink points to.
I would love to see this change in the next release.
Cheers
Bernd