On 03/09/2018 12:34 PM, Vic Steadman wrote:

I am using XMLmind XML Editor Professional Edition 8.0.0



Working in dita concept files, I am trying to copy tables with headers
by reference from 1 dita file to another.

When I do this the destination file is reported as being valid.



When I “CheckMap” or attempt to convert a document I get a fatal error:

/“Attribute value "???" of type NMTOKEN must be a name token.”/

We'll fix this bug in the next version of XMLmind XML Editor.







Looking at the XML the problem is shown in this fragment:



     <table conref="Con_d0e5701.dita#d0e5701/tbl01">

        <tgroup cols="???">

          <tbody>

            <row>

              <entry/>

            </row>

          </tbody>

        </tgroup>

      </table>



To solve the problem, I have to edit the cols attribute manually in the
xml view as I cannot access it in the dita editor GUI.

It's also possible to use 1) "Edit|Reference|Untransclude Reference" (http://www.xmlmind.com/xmleditor/_distrib/doc/help/referenceMenu.html) and 2) switch to the tree view because the way a conref is styled by the CSS.






I have copied tables in this way successfully in the past so wonder if
this is a bug that has crept in in version 8.


I also tested this with v7.6 and this version too has the same bug.

Note that this is really a "Check Map" bug. Validating a topic containing a conref-ed table does not report this kind of error.




--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to