<a> tag in XML
i am using this tag in xml
<link name="Book" url="mailto:xxx@ddd.com?subject=testReport" description="XXX" />
when i access this tag inside XSLT like this
<a href="{link/@url}"><xsl:value-of select="link/@name" /></a>
and when i click in the HTML [output] file and it opens the outLook but it shows subject empty. can anybody tells why it is not getting the subject field or any alternative.thanks
I Love XML and family
__________________
I Love XML and family
|