[xsl] Problem in xsl:for-each

Subject: [xsl] Problem in xsl:for-each
From: jam@xxxxxxxxxxxxx
Date: Thu, 10 Jan 2002 17:12:35 +0100
Hi all

I'm trying to access to all items in node 'Parrafo'.
Variable $Nombre_Fichero contains a valid filename .
This XSL does not output all elements. (This is the real problem )

<xsl:for-each 
select="$Nombre_Fichero//Documento/Noticia/Cuerpo/Parrafo">
	<xsl:copy-of select="$Nombre_Fichero//."/>
	<br>
	</br>
</xsl:for-each>



Any idea about ?

Thanks
JAM


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


Current Thread