From: Adrian Cumiskey Date: Thu, 16 Oct 2008 11:02:44 +0000 (+0000) Subject: Added an example of using afp:resource-level="inline" with an instream SVG. X-Git-Tag: fop-1_0~376^2~60 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9df39994b1b22bc033b89e564058842c8f73be46;p=xmlgraphics-fop.git Added an example of using afp:resource-level="inline" with an instream SVG. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@705207 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/trunk/output.xml b/src/documentation/content/xdocs/trunk/output.xml index 1aa062a6a..6a7170641 100644 --- a/src/documentation/content/xdocs/trunk/output.xml +++ b/src/documentation/content/xdocs/trunk/output.xml @@ -730,22 +730,37 @@ out = proc.getOutputStream();]]> Foreign Attributes
Resource -

The resource foreign attributes provides the ability to name and control where data object resources (e.g. images) - will reside in the AFP output. Example:

+

The resource foreign attributes provides the ability to name and control where data object resources + (e.g. images/scalable vector graphics) will reside in the AFP output. + The afp foreign attributes are only used in conjuntion with <fo:external-graphic/> and <instream-foreign-object/>. + Example:

... - + - + + + + + + + + + + + + ]]>

The resource-level attribute where the resource object will reside in the AFP output datastream. The possible values for this are "inline", "print-file" and "external". + When no resource-level attribute is provided, resources are by default placed at "print-file" level. When "external" is used a resource-group-file attribute must also be specified.

-

The afp foreign attributes are only used in conjuntion with <fo:external-graphic/> and <instream-foreign-object/>.

+