Fobold
03-30-2000, 04:54 AM
Hi.
I'm currently coding a program listing in XML, and I need to create a
hyperlink to the file from the XML db. I tried using:
<A HREF=<xsl:value-of select="FileHREF"/>><xsl:value-of
select="FileHREF"/></a>
to create the hyperlink, but it just gives me an error. I've also tried
using scripting inside the <xsl:comment><[CDATA[]]></xsl:comment> tags to
generate 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.
I'm currently coding a program listing in XML, and I need to create a
hyperlink to the file from the XML db. I tried using:
<A HREF=<xsl:value-of select="FileHREF"/>><xsl:value-of
select="FileHREF"/></a>
to create the hyperlink, but it just gives me an error. I've also tried
using scripting inside the <xsl:comment><[CDATA[]]></xsl:comment> tags to
generate 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.