[Php-it] dubbio su XSLT

Jonathan Stoppani st.jonathan at gmail.com
Fri Jan 5 11:04:03 CET 2007


On Jan 5, 2007, at 10:53 , Emiliano Gabrielli (aka AlberT) wrote:

>
> <xsl:template match="//site/section">
> <h2><xsl:value-of select="site/section/[@name=/sezione]/content" / 
> ></h2>
> </xsl:template>
>

<xsl:template match="//site/section">
<h2><xsl:value-of select="site/section[@name=/sezione]/content" /></h2>
</xsl:template>

Non c'è lo slasg dopo section... ;)


Best Regards,
Jonathan Stoppani
---------------------------------
       ICQ:  322754291
       AIM:  garetjax a mac.com
MSN+GTalk:  st.jonathan a gmail.com







More information about the Php-it mailing list