Hi,
I'm completely new to xml and having a bit of hard time figuring this out.
In my xsl file im trying to use the value of an XML attribute within an image
my first attepmt was this
<img src="images/<xsl:value-of select="Country"/>.gif">
as you can see i'm trying to use the country value which I fetched from an external xml as the name of locally stored image files.
I'm used to writting in ASP code so please excuse my lame attempt.
any help would be great
I'm completely new to xml and having a bit of hard time figuring this out.
In my xsl file im trying to use the value of an XML attribute within an image
my first attepmt was this
<img src="images/<xsl:value-of select="Country"/>.gif">
as you can see i'm trying to use the country value which I fetched from an external xml as the name of locally stored image files.
I'm used to writting in ASP code so please excuse my lame attempt.
any help would be great