RE: for-each

Subject: RE: for-each
From: "Michael Lepine" <mlepine@xxxxxxxxxxx>
Date: Tue, 21 Nov 2000 00:18:25 -0500
Truly, I must apologize. I thought I was losing my mind. The XML file I
thought I was applying the transform to, was in fact totally different
structurally from the one that I actually was applying it to.

Sorry for the idiotic question.

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of Kay Michael
> Sent: Monday, November 20, 2000 1:41 PM
> To: 'xsl-list@xxxxxxxxxxxxxxxx'
> Subject: RE: for-each
>
>
> > <xsl:for-each select="/root/elementX/elementY">
> >
> > 	name: <xsl:value-of select="name"/>
> > 	value: <xsl:value-of select="value"/>
> >
> > </xsl:for-each>
> >
> > The XML is more complex than what I have above, but can
> > someone tell me whether this should work or not?
>
> Yes it should work. (But surely there are easier ways of
> finding that out??)
>
> Mike Kay
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


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


Current Thread