On 08/08/2016 03:53 PM, Grundtvig Nielsen Niels wrote:
Drat! I thought I’d worked out how to code links properly, but something
odd is still happening and now I don’t know where in the process the
error is arising.
The source includes a <related-links> element
<related-links>
<link href="ppa.dita" scope="local">
<linktext>for a more detailed description of U-Boot SPL and Spica,
see</linktext>
</link>
<link href="spica_uboot.dita" scope="local">
<linktext>for a more detailed description of U-Boot and Spica, see
</linktext>
</link>
</related-links>
Convert to .pdf gives me
Related information
• for a more detailed description of U-Boot SPL and Spica, see on page 81
• for a more detailed description of U-Boot and Spica, see on page 124
I really was rather hoping that the <title> of each referenced topic
would appear in the output. What do I need to do to achieve this?
I'm sorry but this is not supported by XMLmind DITA Converter, our open
source, in-house, DITA processor. That is, there is currently no way to get:
• for a more detailed description of U-Boot SPL and Spica, see
TITLE_OF_REFERENCED_TOPIC
--> You seem to have passed XSLT stylesheet parameter show-link-page=yes
to the DITA processor. Hence:
• for a more detailed description of U-Boot SPL and Spica, see on page 81
--> If you pass it show-link-page=no, which is the default value of
show-link-page, you'll get:
• for a more detailed description of U-Boot SPL and Spica, see
with the above text, no less, no more, being an hyperlink to the
referenced topic.
--> If you pass it show-link-page=no AND SUPPRESS <linktext>, you'll get:
• TITLE_OF_REFERENCED_TOPIC_AS_AN_HYPERLINK
Reference:
http://www.xmlmind.com/ditac/_distrib/doc/manual/xsltParams.html#xsltParams__show-link-page
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support