Zamek wrote:

On Tuesday 03 February 2004 10.33, Upayavira wrote:


Zamek wrote:


How can I translate #Pictures/nnn.png to document_name/nnn.png in xsl?


<img src="document_name/{substring-after(@xlink:href,'#Pictures/')}/>


As you can see I am not an xml expert :-(

Its result is: <img src="document_name/10000000000002F40000022DB4BA1A68.png" alt="Graphic1">

xsl template is:

<xsl:template match="//draw:image">
<img alt="[EMAIL PROTECTED]:name}" src="document_name/{substring-after(@xlink:href,'#Pictures/')}"/>
</xsl:template>


It is closed to successfully, it need to retrive name of document only.


Sorry, I don't understand. It seems that the code has done what I intended. What are you trying to achieve instead?

Upayavira



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to