i am writing an cite using xml and xsl
and i want to us a link from the xml file but it dont' work
evey thing is fine with the docment all the other xsl workes
but this dosn't:
<a href="xsl:value-of select= ' link '" text="red">
please help
and theess dosn't work eathar:
<a href ="<xsl:value-of select= ' link ' >" text="red">
<a href =<xsl:value-of select= ' link ' > text="red">
and i want to us a link from the xml file but it dont' work
evey thing is fine with the docment all the other xsl workes
but this dosn't:
<a href="xsl:value-of select= ' link '" text="red">
please help
and theess dosn't work eathar:
<a href ="<xsl:value-of select= ' link ' >" text="red">
<a href =<xsl:value-of select= ' link ' > text="red">