This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Simple Question newie


I have read up on this in the archives but the solution provided does not work for me.  
I was trying to get a link to show up in my generated HTML.  My file looks like

XML File Snippit:
<anId>
yahoo.com
</anId>

my XSL Snippit that does not work:
<xsl:template match="anId">
		<A><xsl:attribute name="HREF"><xsl:value-of select="{.}"/></xsl:attribute>Click Here</A>
	</xsl:template>

Any ideas on what I might be doing wrong?  Any help is appreciated
Thanks!



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]