Displaying images
Posted: Tue Aug 28, 2012 2:52 pm
Is there a way to display an image in the Author applet using a different tags. I've seen the topic http://oxygenxml.com/doc/ug-editor/inde ... ering.html which describes the <image/> tag. However we have a different datamodel which cannot be changed without going through a lot of procedures. Is it possible to get the Applet to render an image using a different model.
Code: Select all
<graphic id="x" filename="filename.png">
<caption>This is an image of x.</caption>
</graphic>