I have two files, one with a topic and one with definitions:<br><b> TOPIC</b><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;!DOCTYPE topic PUBLIC &quot;-//OASIS//DTD DITA Topic//EN&quot; &quot;Topic.dtd&quot;&gt;<br>

&lt;topic id=&quot;CREF_TOPIC&quot;&gt;<br>    &lt;title&gt;Topic with crossref&lt;/title&gt;<br>        &lt;body&gt;<br>        &lt;p&gt;The best thing since sliced bread is &lt;ph conref=&quot;cfs.dita#cfs/mpm&quot;/&gt;.&lt;/p&gt;<br>

    &lt;/body&gt;<br>&lt;/topic&gt;<br><br><b>DEFINITIONS</b><br>&lt;?xml version=&#39;1.0&#39; encoding=&#39;UTF-8&#39;?&gt;<br>&lt;!DOCTYPE topic PUBLIC &quot;-//OASIS//DTD DITA Composite//EN&quot; &quot;Topic.dtd&quot;&gt;<br>

&lt;topic id=&quot;cfs&quot;&gt;<br>    &lt;title&gt;Cross References&lt;/title&gt;<br>    &lt;body&gt;<br>        &lt;p&gt;<br>            &lt;ph id=&quot;mpm&quot;&gt;My Payment Method&lt;/ph&gt;<br>        &lt;/p&gt;<br>

        &lt;p&gt;<br>            &lt;ph id=&quot;stx&quot;&gt;SuperTransactions&lt;/ph&gt;<br>        &lt;/p&gt;<br>    &lt;/body&gt;<br>&lt;/topic&gt;<br><br>If I set this up &amp; view in Oxygen 10.2, the first tile (TOPIC) displays the cref values just fine. <br>

<br>When I run any of the default transforms in Oxygen (to PDF, HTML, etc.), the cref value is blank. I&#39;m not getting an error in the transform - says it transformed fine. But cref isn&#39;t working.<br><br>Clues on how to debug this? The cref is a major component of my documentation plans - I want to have pre-defined values that I can use in documentation so I don&#39;t need to update product names, release dates, and so on, inside the final documents.<br>