modificando il file style.xsl
sono riusciuta ad inserire il link....ma resta lo stesso tutte le news..e non va bene...
codice:<?xml version="1.0" encoding="ISO-8859-1" ?> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/"> <html xmlns="http://www.w3.org/1999/xhtml" lang="it" xml:lang="it"> <style type="text/css"> a.tutorial-url { text-decoration:none; color:#666; } </style> <div id="mainBox"> [img]images/arrow-left.png[/img] [img]images/arrow-right.png[/img] <div id="newsBoxCont"> <ul id="newsBox"> <xsl:for-each select="database/record"> <li class="singleNews"> <h2><xsl:value-of select="nome"/></h2> <xsl:value-of select="notizia" /> </p> </xsl:for-each> [/list] </div> </div> </html> </xsl:template> </xsl:stylesheet>