Content Reference Warning
Posted: Tue Dec 23, 2014 10:08 pm
Hi, we are in the process of switching to oXygen.
When running the oXygen validation on our DITA files I get about 180 of the following warnings:
The code that causes theses warnings look like this:
Is this an actual warning that needs to be addressed, or can it be ignored?
When I do an insert conref in oXygen I get a cols attribute something like cols="cols_qkk_jgv_mq"
When running the oXygen validation on our DITA files I get about 180 of the following warnings:
Code: Select all
Engine name: oXygen
Severity: warning
Description: Element is not a content reference but has attribute "cols" with value "-dita-use-conref-target".
Code: Select all
<table conref="file2.xml#ref_1/table_SubSource">
<tgroup cols="-dita-use-conref-target">
<tbody>
<row>
<entry></entry>
<entry></entry>
</row>
</tbody>
</tgroup>
</table>
When I do an insert conref in oXygen I get a cols attribute something like cols="cols_qkk_jgv_mq"