<ditavalref>
elements in a reference to a
mapUsing multiple instances of the <ditavalref>
element in a
reference to a map is equivalent to referencing that map multiple times, with each reference
nesting one of the <ditavalref>
elements.
In the following example, other.ditamap is referenced by a root map.
The <ditavalref>
elements provide conflicting sets of filter
conditions.
<topicref href="parent.dita"> <topicref href="other.ditamap" format="ditamap"> <ditavalref href="audienceA.ditaval"/> <ditavalref href="audienceB.ditaval"/> <ditavalref href="audienceC.ditaval"/> </topicref> </topicref>
This markup is functionally equivalent to referencing other.ditamap
three times, with each reference including a single <ditavalref>
elements. The fragment could be rewritten as:
<topicref href="parent.dita"> <topicref href="other.ditamap" format="ditamap"> <ditavalref href="audienceA.ditaval"/> </topicref> <topicref href="other.ditamap" format="ditamap"> <ditavalref href="audienceB.ditaval"/> </topicref> <topicref href="other.ditamap" format="ditamap"> <ditavalref href="audienceC.ditaval"/> </topicref> </topicref>
Return to main page.
dita-v1.3-os-part2-tech-content Standards Track Work Product | Copyright © OASIS Open 2015. All Rights Reserved. | 17 December 2015 |