<ditavalref> error conditionsIt is an error condition when multiple, non-equivalent copies of the same file are created with the same resource name.
The following map fragment contains several error conditions that result in name clashes:
<topicref href="a.dita" keys="a">
<ditavalref href="one.ditaval"/>
<ditavalref href="two.ditaval"/>
<topicref href="b.dita" keys="b"/>
</topicref>
<topicref href="a.dita"/>
<topicref href="c.dita" keys="c">
<ditavalref href="one.ditaval">
<ditavalmeta>
<dvrResourceSuffix>-token</dvrResourceSuffix>
</ditavalmeta>
</ditavalref>
<ditavalref href="two.ditaval">
<ditavalmeta>
<dvrResourceSuffix>-token</dvrResourceSuffix>
</ditavalmeta>
</ditavalref>
</topicref>
<topicref href="a.dita" keys="a"> <!-- a.dita to be filtered by one.ditaval --> <topicref href="b.dita" keys="b"/> <!-- b.dita to be filtered by one.ditaval --> </topicref> <topicref href="a.dita" keys="a"> <!-- a.dita to be filtered by two.ditaval; key "a" ignored --> <topicref href="b.dita" keys="b"/> <!-- b.dita to be filtered by two.ditaval; key "b" ignored --> </topicref> <topicref href="a.dita"/> <topicref href="c-token.dita" keys="c"> <!-- c-token.ditaval to be filtered by one.ditaval --> </topicref> <topicref href="c-token.dita" keys="c"> <!-- c-token.ditaval to be filtered by two.ditaval, key "c" ignored --> </topicref>
Return to main page.
dita-v1.3-errata01-os-part1-base-complete Standards Track Work Product | Copyright © OASIS Open 2016. All Rights Reserved. | 25 October 2016 |