Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Simple question about XSL and XML >Thread Next - Re: Simple question about XSL and XML Re: Simple question about XSL and XMLTo: NULL Date: 6/6/2007 8:55:00 PM
U¿ytkownik <roassaf@g...> napisa³ w wiadomoœci
news:1181152677.588992.118820@i......
> <money>
> <money-site url="www.yahoo.com"> Yahoo finance </money-site>
> <money-site url="www.cnn.com"> CNN finance </money-site>
> </money>
> How can I retrieve the value of the url and put it inside the href
<xsl:apply-templates match="/money/money-site"/>
...
<xsl:template match="money-site">
<a href="{@url}"><xsl:value-of select="."/></a>
</xsl:template>
--
td
www.paranoja.org
| ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
