Hi there,
I tried to add the attribute ''rotate'' for table entries. The Developer's guide and the additional reference guide were a good help here. Everything you need for your dtd and read/write rules is listed there.
%26lt;!ATTLIST entry
...
rotate %yesorno; #IMPLIED
...
%26gt;
element ''entry''
{
...
attribute ''rotate'' is fm property rotate;
...
}
In the EDD, the attribute has not to be added, I think.
But anyway: I have added this attribute to some table entries. And now I always get the error message that the attribute 'rotate' was not declared for the element 'entry', when I open the xml-file in FrameMaker.
Does anyone know, what else I have to do?
Thanks in advance,
Anna
FM8 and DITA: attribute ''rotate'' in...Hmmm, just answered this question myself
I just noticed that it the problem is due to the external dtd that is given in the read/write rules ...
There is a wrong reference given.
No comments:
Post a Comment