hrefs in HTML annotations
Posted: Tue Oct 28, 2014 12:56 pm
Tried to find an existing report, but no luck. Therefore:
I tried the new HTML annotation feature in 16.1. I do not get relative uri references to work.
Example: in a Relax NG, compact notation, I have:
The links appear in the annotation in Oxygen, but the relative href is resolved with the Apps directory as base URL. It should be the location of the .rnc file, in my opinion.
I would like to add links to further documentation into the annotation. Since this is file based, I can only use relative hrefs. Is there a workaround for this?
I tried the new HTML annotation feature in 16.1. I do not get relative uri references to work.
Example: in a Relax NG, compact notation, I have:
Code: Select all
namespace x = "http://www.w3.org/1999/xhtml"
...
[ a:documentation [
x:a[ href="../doc/module.html#tropod-module" "(documentation)" ]
x:a[ href="http://www.greenbytes.de" "(greenbytes)" ]
]]
I would like to add links to further documentation into the annotation. Since this is file based, I can only use relative hrefs. Is there a workaround for this?