- From: Lee Ann Lentz <llentz@scsnet.csc.com>
- Date: Fri, 9 Jan 2004 12:51:55 -0500
- To: <www-xsl-fo@w3.org>
Is there a way to use entities for graphics similar to sgml? How would this be coded in the .xsl file? For example:
<!ENTITY figure1 SYSTEM "test.gif" NDATA gif>
...
<xsl:template match="graphic[@boardno]">
<fo:external-graphic src="{@boardno}" content-height="" content-width="">
</fo:external-graphic>
The only way I can get this to work is to replace the entity name (figure1) with the graphic file name (test.gif).
Thanks
Received on Friday, 9 January 2004 12:53:32 UTC