hello, I am running XMLmind XML Editor Standard Edition V2.5p1 to create DocBook document. When I am trying to add a mediaobject with caption, I can't add text in caption without a "para" element. This is xxxx with DocBook's DTD:
> /cf http://docbook.org/tdg/en/html/caption.html/ > > caption ::= > (*#PCDATA*|calloutlist|glosslist|itemizedlist|orderedlist| > segmentedlist|simplelist|variablelist|caution|important|note|tip| > warning|literallayout|programlisting|programlistingco|screen| > screenco|screenshot|formalpara|para|simpara|blockquote)* in dbcentx.mod file, I note: *<!ELEMENT caption %ho; (%textobject.mix;)*> *and *%textobject.mix* is defined by: > /cf dbpoolx.mod:/ > <!ENTITY % textobject.mix > "%list.class; |%admon.class; > |%linespecific.class; > |%para.class; |blockquote > %local.textobject.mix;"> > /http://www.docbook.org/tdg/en/html/pe-mix-x.html/ > > %textobject.mix; > Parameter Entity (Expanded) > calloutlist|glosslist|itemizedlist|orderedlist|segmentedlist > |simplelist|variablelist > |caution|important|note|tip|warning > |literallayout|programlisting|programlistingco|screen > |screenco|screenshot > |formalpara|para|simp I suppose that* *dbcentx.mod file must look like: <!ELEMENT caption %ho; (*#PCDATA | *%textobject.mix;)*> * *Is it true? Is there any correction available on your web site? Thanks, Fran?oise Caillibot * * -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20040401/a435db35/attachment.htm

