Re: [xsl] getting the attribute into the literal result element

Subject: Re: [xsl] getting the attribute into the literal result element
From: Toma Tasovac <ttasovac@xxxxxxxxxxxxx>
Date: Sat, 1 May 2004 11:29:48 +0200
Thanks so much, Michael. I was beaten up by the stupid stick this morning :)
All best,
Toma


On May 1, 2004, at 10:28 AM, Michael Kay wrote:

Write

<a href="lookup.php?word{@lemma} target=iframewindow">
  <xsl:value-of select="."/>
</a>

Michael Kay

-----Original Message-----
From: Toma Tasovac [mailto:ttasovac@xxxxxxxxxxxxx]
Sent: 01 May 2004 08:19
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] getting the attribute into the literal result element

I'm having trouble writing writing a simple xsl transformation from:

<w lemma = "speak">spoke</w>

to:

<a href = "lookup.php?word=speak target=iframewindow">spoke</?>


I'd be grateful for your help.


All best,
Toma

Current Thread