← Prev in month ← Prev in thread

Fwd: [oasis-tcs/dita] What are the rules for nested conrefs within a conref push? (#346)

From
Kristen James Eberlein <>
Date
2020-02-04T12:39:23+00:00
ID
Thread
Fwd: [oasis-tcs/dita] What are the rules for nested conrefs within a conref push? (#346)
<!-- source.dita -->
<p conaction="pushreplace" conref="other.dita#topic/ptag">
  <codeblock conaction="pushreplace" conref="#./codetag">codeblock</codeblock>
</p>
<codeblock id="codetag">will this get replaced?</codeblock>
<!-- ... or what about... -->
<p conaction="pushreplace" conref="other.dita#topic/ptag">
  <codeblock conref="#./codetag">codeblock</codeblock>
</p>
<codeblock id="codetag">will this be pulled?</codeblock>
← Prev in month ← Prev in thread