Using entities for graphics

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