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.

-- 
thank you,
Zoltan Zidarics programmer
PTE University Pecs, Hungary
icq: 43288694


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

Reply via email to