Jump to content

gohsthb

Members
  • Posts

    2
  • Joined

  • Last visited

gohsthb's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. <a><xsl:attribute name="name"><xsl:value-of select="StartDate" /></xsl:attribute></a> The above code fixed it. Also realizing that the html code needs to be xhtml compliant also helps. Some of the missing things were being caused by capitalized tags in the html
  2. <xsl:text disable-output-escaping="yes"><</xsl:text>a name="<xsl:value-of select='StartDate'/>"<xsl:text disable-output-escaping="yes">></xsl:text><xsl:text disable-output-escaping="yes"><</xsl:text>/a<xsl:text disable-output-escaping="yes">></xsl:text> I have the above code that is supposed to create an <a name="name from xml data"></a>This seems to work fine in IE but firefox will show it as text like shown above.What is a possible solution to this? I just want it to create the name link. I also have a mailto: link that appears in the data that prints out entirely in text also. Again that is only in firefox IE is working just fine.
×
×
  • Create New...