From 9df39994b1b22bc033b89e564058842c8f73be46 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Thu, 16 Oct 2008 11:02:44 +0000 Subject: [PATCH] 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 --- .../content/xdocs/trunk/output.xml | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) 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/>.

+

-- 2.39.5