
|
An image is an electronic picture, also called a graphic. The system supports the following image types: gif Graphic Interchange Format
Supported options:
jpg Joint Photographic Experts Group
Supported options:
pct Apple Picture
pdf Portable Document Format
png Potable (public) Network Graphics
Supported options:
psd Adobe Photoshop native file
Supported options:
tga True Vision Graphics Display Adapte
Supported options:
tif Tagged Image File Format
Supported options:
dcs Desktop Color Separation version 1.0
eps Rasterized EPS
Supported options:
eps Vector EPS
Supported options
ps Rasterized Postscript
Supported options:
ps Vector Postscript
Supported options:
ai Adobe Illustrator native file
Supported options:
re:imageAn re:image is an electronic picture, the image is represented by a url to a location for the image. XML Tag<re:image url='' /> DTD<!ENTITY % class "class CDATA #IMPLIED"> <!ENTITY % style "style CDATA #IMPLIED"> <!ELEMENT re:image EMPTY> <!ATTLIST re:image %class; %style; url CDATA #REQUIRED > Reference ExamplesChildrenNone Attributesurl Style PropertiesclassThe class attribute specifies a named_reference to the style sheet that should be applied to the element. Only one style can be called and applied to one element. styleA style attribute specifies a collection of properties for inline styling. This can be used in combination with a class attribute so that a style sheet can be called but some of the properties (of the style sheet) are over-ridden. urlThe url attribute specifies the document or resource to include into this document. The value type is that of URL. |