RE: [xsl] For-each in XSL

Subject: RE: [xsl] For-each in XSL
From: "Subbiah" <subbiah@xxxxxxxxxxxx>
Date: Mon, 2 Aug 2004 18:23:54 -0500
This worked as well. 


regards,
raman
-----Original Message-----
From: xptm [mailto:xptm@xxxxxxx] 
Sent: Monday, August 02, 2004 4:12 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] For-each in XSL

Maybe with

<xsl:value-of select = "."/> ?



Subbiah wrote:

>My XML -
><location id="texas">
>  <name>Jim</name>
>	<children>tommy</children>
>	<children>pam<children>
>	<children>sam<children>
>   </name>
></location>
>
>I need to get to print the chilrens name in a page on a new line
>
> The number of children can vary so I need to get all the children, 
>when I use a for-each tag I am not able to access it.
>	
><xsl:for-each select = "location/name/children">
>		<fo:block text-align="left">
>		<xsl:value-of select = "location/name/children"/>
>		</fo:block> 
>	</xsl:for-each>
>
>
>Any help ?
>
>regards,
>raman

Current Thread
  • [xsl] For-each in XSL
    • Subbiah - Mon, 2 Aug 2004 15:17:43 -0500
      • cking - Mon, 2 Aug 2004 22:35:33 +0200
        • cking - Mon, 2 Aug 2004 23:11:42 +0200
      • xptm - Mon, 02 Aug 2004 22:12:13 +0100
        • Subbiah - Mon, 2 Aug 2004 18:23:54 -0500 <=
      • G. Ken Holman - Mon, 02 Aug 2004 17:14:40 -0400
        • Subbiah - Mon, 2 Aug 2004 18:23:38 -0500