At 05:35 PM 4/18/2006, Lofthouse Marsha-PT1816 wrote:
I'm getting the following error - many of them - when I save a
structured FM file as xml and then try to open it in FM:

<path>; line 70
FrameMaker cannot insert the table cell (Entry) at the current position.
A cell must be in a table row.

The file validates as does the EDD.
...
When I look at the xml file saved from FM, I see what I want:
<AnchorTable>
<Table xreftarget = "blah">
<TCaption>More blah blah</TCaption>
<THead>...

Marsha,
The problem is that you have not specified the number of columns in the table. If the number of columns is fixed, you can specify it with a r/w rule. Otherwise, specify it in an XML-only attribute of the Table element. If you use the name "cols" for the attribute, you won't need a r/w rule. Otherwise, use a rule such as:

    attribute "myattname" is fm property columns;

        --Lynne

Lynne A. Price
Text Structure Consulting, Inc.
Specializing in structured FrameMaker consulting, application development, and training
[EMAIL PROTECTED]            http://www.txstruct.com
voice/fax: (510) 583-1505 cell phone: (510) 421-2284

_______________________________________________


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to [EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.

Reply via email to