Odd validation messages
Posted: Fri Mar 03, 2017 9:13 am
Using version 18.1.
My map called top-level.ditamap references topics and a map of key definitions:
keydefs.ditamap is like a variable file with thousands of keydefs like this:
These keys are referred to in the topics like this:
See <xref keyref="incompatible_changes"/> for the procedure...
When I use Oxygen to validate top-level.ditamap, I get thousands of notices like this one:
Can I turn off these warnings? Or is there some legitimate error that I am missing?
Thanks,
Mark
My map called top-level.ditamap references topics and a map of key definitions:
Code: Select all
<map>
<title>My Guide</title>
<topicref href="topic1.xml" />
<topicref href="topic2.xml" />
<mapref href="keydefs.ditamap" format="ditamap"/>
</map>
Code: Select all
<keydef href="incompatible_changes.xml" keys="incompatible_changes"/>
See <xref keyref="incompatible_changes"/> for the procedure...
When I use Oxygen to validate top-level.ditamap, I get thousands of notices like this one:
Code: Select all
Reference W [REF] Topic "impala_incompatible_changes.xml" is referenced in the DITA map as "resource-only". Any cross reference to it will result in a broken link.
Thanks,
Mark