Hi,
I'm trying to convert a confluence xml file into a frame file in FrameMaker 2015. But when open the xml in framemaker, I'm pop up the error message for "ML Read Messages (Document Instance)
Cannot insert the table body (tbody) at the current position. A table body must be in a table.
Cannot insert the Framemaker element (tr) at the specified location in the document.
Cannot insert the Framemaker element (th) at the specified location in the document.
Cannot insert text at this location.
Cannot insert the Framemaker element (th) at the specified location in the document.
Cannot insert text at this location.
Cannot insert the Framemaker element (tr) at the specified location in the document.
Cannot insert the Framemaker element (td) at the specified location in the document.
Cannot insert text at this location.
Cannot insert the Framemaker element (td) at the specified location in the document.
Cannot insert text at this location."
Even after I removed all other content from the xml, only left the table, the error message is still the same. My xml file is as below:
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ac:confluence SYSTEM "C:/confluence-schema/confluence.dtd">
<ac:confluence>
<table>
<tbody>
<tr>
<td>Member</td>
<td>Age</td>
</tr>
</tbody>
</table>
</ac:confluence>
Any suggestions are appreciated! Thanks in advance!
Thanks,
Celine
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.