We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066abbb commit bccc3a1Copy full SHA for bccc3a1
modules/docbook.xql
@@ -172,6 +172,8 @@ declare %private function docbook:to-html($nodes as node()*) {
172
<a href="{$node/@url}" target="_blank">{docbook:process-children($node)}</a>
173
else
174
<a href="{$node/@url}">{docbook:process-children($node)}</a>
175
+ case element(xref) return
176
+ <a href="#{$node/@linkend}">{root($node)/*//*[@id = $node/@linkend]/title/text()}</a>
177
case element(note) return
178
<div class="alert alert-success">
179
{
0 commit comments