Difference between revisions of "Docbook Links"

From GnuCash
Jump to: navigation, search
(Motivation: http->https, minor changes in highlight)
(examples)
Line 1: Line 1:
Docbook offers several forms of links: ''link'', ''olink'', ''ulink'', ''xref''. This page will one day explain, which form to use in which case.
+
Docbook offers several forms of links: ''link'', ''olink'', ''ulink'', ''xref'' [http://www.sagehill.net/docbookxsl/Db5Tools.html#Db5LinkExamples Examples]. This page will one day explain, which form to use in which case.
 
==Motivation==
 
==Motivation==
 
While document internal links are easy, cross references between different documents, here Guide and Help, are difficult.
 
While document internal links are easy, cross references between different documents, here Guide and Help, are difficult.

Revision as of 10:02, 26 June 2019

Docbook offers several forms of links: link, olink, ulink, xref Examples. This page will one day explain, which form to use in which case.

Motivation

While document internal links are easy, cross references between different documents, here Guide and Help, are difficult.

  • When we supported only xml for yelp, we used URLs with the protocol ghelp:. But they do not work in html, pdf, mobi or epub.
  • One approach to circumvent this issue is the use of https: in a published resource at gnucash.org. The downside: you can not read it offline.

So we will have to use olinks. Because olinks are very powerful, they a complicated, not well documented and their elements changed over the time.

One easy to understand source is Chapter 24. Olinking between documents in DocBook XSL: The Complete Guide