xsl-list
[Top] [All Lists]

[xsl] xlink:href - how do I get the value of?

2008-06-18 02:50:47
Hi,

I have an equation graphic that contains a "xlink:href" attribute that I want to get the value of to use as the image src. I have tried numerous ways of accessing this value but I keep getting an error! For example if I use:

<xsl:value-of select="@xlink:href" />

I get the following error:

"A Transformer object cannot be created that satisfies the configuration requested. This could be due to a failure in compiling the XSL text."

This is the xml that contains the xlink...

<graphic position="anchor" xlink:href="AVT-07-CR-0001-m1" xmlns:xlink="http://www.w3.org/1999/xlink"/>

Cheers

Craig

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--