I seem to be unable to get links within the same HTML page working when transforming from XML. I can create hyperlinks but I seem to have a problem adding a 'name' attribute to an '<a>' tag.
here is what I have done.
<xsl:element name="a">
<xsl:attribute name="name">
<xsl:value-of select="linkname">
</xsl:attribute>
</xsl:element>
here is what I have done.
<xsl:element name="a">
<xsl:attribute name="name">
<xsl:value-of select="linkname">
</xsl:attribute>
</xsl:element>