Re: [xsl] How to display figure if they are defined in the top of the XML file as an entity

Subject: Re: [xsl] How to display figure if they are defined in the top of the XML file as an entity
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 12 Sep 2008 08:40:38 +0100
<xsl:template match="figure">
<img src="{unparsed-entity-uri(@enity)}"/>
</xsl:template>


David


________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________

Current Thread