Subject: Re: [Newbie Question] Identifying a node with a particular ID attribute
From: "James Fuller" <james.fuller@xxxxxxxxxx>
Date: Wed, 31 Jul 2002 14:21:47 +0100
|
----- Original Message -----
From: "Mark Micallef" <mmica@xxxxxxxxxxxxxx>
> <mynode id="m1" image="abc.jpg"/>
> <mynode id="m2" image="def.jpg"/>
>
> I need to obtain the image-attribute of a node with a particular id so I
> can display the image.
something like
<img src={mynode/@image} /> will do the business but only you know your
current node context
htht, jim fuller
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|