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

Subject: Re: [xsl] xlink:href - how do I get the value of?
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Wed, 18 Jun 2008 11:56:46 +0200
I'm pretty sure you''re going to have to send the full xsl-t and xml
to get any help.

On Wed, Jun 18, 2008 at 11:50 AM, Craig Riley <craig@xxxxxxxxxxxxxxxxxx> wrote:
> 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.

Current Thread