Displaying images with CSS in Author mode
Posted: Wed May 14, 2008 12:57 am
I am quite new to XML and I run into a trouble with displaying images in Oxygen in Author mode.
I have an XML text (exported from FrameMaker). The XML doc looks like (some text omited):
The "entity" attribute is of type ENTITY. When I am using CSS declaration for graphic element:
- I see the an Author mode message: "Unsupported content type for :File:/C:/Slava/docs/Guide_English/ZLinks/ch01-02.bmp ". Also this message shows the incorrect path.
Does any way to display images via external entities exist and CSS?
I am working on Oxygen 9.2 and WinXP.
Thanks
I have an XML text (exported from FrameMaker). The XML doc looks like (some text omited):
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter SYSTEM "file:///C:/Slava/docs/NewFolder_4/DTD_33.dtd" [
<!NOTATION dib SYSTEM "">
<!ENTITY graphic1 SYSTEM "../Guide_English/ZLinks/ch01-02.bmp" NDATA dib>
<!-- some text omitted --> ]>
<!-- ... -->
<figure><caption>Navigating the Start Menu in Windows 2000</caption>
<graphic entity="graphic1" <!-- some attributes omitted-->/></figure>
<!-- some text omitted -->
Code: Select all
graphic {content: attr(entity, url);}
Does any way to display images via external entities exist and CSS?
I am working on Oxygen 9.2 and WinXP.
Thanks