Creating A HREF in XML

webmasterbeta

New Member
Hi.I'm currently coding a program listing in XML, and I need to create ahyperlink to the file from the XML db. I tried using:<A HREF=http://forums.devx.com/archive/index.php/<xsl:value-of select="FileHREF"/>><xsl:value-ofselect="FileHREF"/></a>to create the hyperlink, but it just gives me an error. I've also triedusing scripting inside the <xsl:comment><[CDATA[]]></xsl:comment> tags togenerate the <A> tag, but nothing works! Do I have to add A to my schema,and if so, do I need to do anything special?Thanks.Fobold.Life is a game. Money is how we keep score.
 
Back
Top