xsl-list
[Top] [All Lists]

Re: xls:for-each not working

2005-04-01 12:55:00
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(_at_)gmail(_dot_)com> 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

--~------------------------------------------------------------------
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>