Home › Forums › DITA and XMetaL Discussion › Specilized DTD › Reply To: Specilized DTD
Reply to: Specilized DTD
April 15, 2014 at 6:37 amThanks Derek for your response.
The table element works fine. But image elements still creates some issue.
Here is my Image element definition.
src CDATA #REQUIRED
alt CDATA #IMPLIED
align CDATA #IMPLIED
width CDATA #IMPLIED
height CDATA #IMPLIED
caption (before | after) “after”
>
“id ID #IMPLIED
class NMTOKEN #IMPLIED
style CDATA #IMPLIED
type NMTOKEN #IMPLIED
lang NMTOKEN #IMPLIED”
>
the problem i am facing is the image icon in xmetal is not highlighting. if we use image element from element list, i am unable to use that.
please help me whether I am on right path or need to some modifications