From: Christoph Brunner <[EMAIL PROTECTED]>
<snip/>
Now i want to use this svg graphic on several places. Is it possible to reference the svg definition any time in the .fo file, without using <fo:external-graphic>? I want to define the graphic in the .fo file and not outside!
I believe it is possible to achieve what you want given the following assumptions:
1) The SVG you want to re-use is in a physical file on disk. 2) You are using XSLT to generate your FO.
You can use the document() function in your XSLT stylesheets to reference the contents of the fo:instream-foreign-object in the file in which the SVG is defined.
I'm afraid I cant provide details of the document() function as its a XSLT function and a little off topic on this list. You could ask on the XSL list for more info:
http://www.biglist.com/lists/xsl-list/
Chris
_________________________________________________________________
Find a cheaper internet access deal - choose one to suit you. http://www.msn.co.uk/internetaccess
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
