DITA: How to move the figure title below the image?
I’m using DITA and I want to move the figure title below the
graphic.
I tried to change the general rule of the Element <fig> in the
EDD like this:
(figgroup |
dl | parml | image| lines | lq | note | hazardstatement | object | ol | p | pre
| codeblock | msgblock | screen | sl | ul | data | data-about | fn | foreign |
unknown | simpletable | fm-xref | xref), (title)?, (desc)?*
After this change it is possible to insert the element <title>
after the element <image>.
But when saving the XML-document after the changes I get the
following XML parser message: (Document Instance): Element title is not valid
for the content model
What’s going wrong?
