Subject: Re: xls:for-each not working
From: Daniel McOrmond <dmcormond@xxxxxxxxx>
Date: Fri, 1 Apr 2005 14:55:00 -0500
|
Wow! By the time I finish typing a reply, four others have already responded. :)
-Daniel
On Apr 1, 2005 2:54 PM, Daniel McOrmond <dmcormond@xxxxxxxxx> wrote:
> Hi Josh,
>
> Try:
> <xsl:value-of select="transaction_detail"/>
>
> Not:
> <xsl:value-of select="/transaction_detail"/>
>
> With the preceding slash, it's looking for a transaction_detail
> element at the root level, which doesn't exist.
>
> HTH,
>
> -Daniel
|