This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Newbie Question] Identifying a node with a particular ID attribute


----- Original Message -----
From: "Mark Micallef" <mmica@hobsoft.com.mt>


>   <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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]