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]

RE: Problem in xsl:for-each


JAM Wrote:
> 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//."/>
> Any idea about ?

In order for this to work, $Nombre_Fichero should refer to a file, not to a
filename.

Marco




















***************************DISCLAIMER***********************************
Deze e-mail is uitsluitend bestemd voor de geadresseerde(n). 
Verstrekking aan en gebruik door anderen is niet toegestaan.
Fortis sluit iedere aansprakelijkheid uit die voortvloeit uit
electronische verzending.

This e-mail is intended exclusively for the addressee(s), and may
not be passed on to, or made available for use by any person 
other than the addressee(s).
Fortis rules out any and every liability resulting from any
electronic transmission.
****04******************************************************************

 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]