xsl-list
[Top] [All Lists]

RE: For-each in XSL

2004-08-02 16:23:54
This worked as well. 


regards,
raman
-----Original Message-----
From: xptm [mailto:xptm(_at_)sapo(_dot_)pt] 
Sent: Monday, August 02, 2004 4:12 PM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
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


--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--



 




--+------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--+--




<Prev in Thread] Current Thread [Next in Thread>