In my first post called
"DocBook 5.1: The Definitive Guide" V1.4.14 needs updates
to be in sync with assembly.rng V5.1CR3
I forgot the following discrepancies between the doc and the schema:
In the following example:
<relationship type="seealso">
<instance resourceref="tut1"/>
<instance resourceref="tut2"/>
<instance resourceref="task1"/>
</relationship>
and also in:
<relationship type="path">
<info>
<title>New User Introduction</title>
</info>
<instance resourceref="over1"/>
<instance resourceref="over2"/>
<instance resourceref="task3"/>
<instance resourceref="cleanup"/>
</relationship>
Attribute resourceref should be replaced by attribute
linkend. (Or is it the schema which is incorrect, because
attribute resourceref is also used on element merge in
addition to elements structure and module.)
Please explain attribute linking by giving an example of its use.
Please explain how the links specified by relationships and
relationship elements are added to the realized document.
Same comment as above.