Problems with Attributes
Hi chaps,
Can anyone help me? I have an XML file that describes a list of options in a menu, with each item I have a link to a web file e.g. <link>http://MyFile.htm</link>, I am using XSL to transform the file into a webpage and am trying to use the link of the item in a <a href="<xsl:value-of select="link"/>"> but the parser tells me I can't put <xsl:value-of select="Link"/> in an attribute, I've looked around on the web but am unable to find any examples of people doing the same!
Can someone tell me how it's done?
Cheers
Pete
|