aldaris / docbook-linktester

Tests external links and olinks in DocBook documentation for validity
3 stars 1 forks source link

Add support for <olink> elements #11

Closed markcraig closed 9 years ago

markcraig commented 9 years ago

Lately there's been a call to start using <olink targetdoc="doc-name" targetptr="xml-id-value" /> instead of <link xlink:href="doc-name#xml-id-value" xlink:role="http://docbook.org/xlink/role/olink">inline text</link> because we can generate uniform link references and don't have to worry about changing the text of the link when citing a title that changes names, etc.

It would be cool if docbook-linktester could therefore also check <olink> validity as well when checking olinks.