xsl-list
[Top] [All Lists]

Re: xls:for-each not working

2005-04-01 12:54:03
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


On Apr 1, 2005 2:47 PM, josh higgins <doopsterus(_at_)yahoo(_dot_)com> wrote:
I cannot get my for-each statement to work.  Am I
doing this incorrectly?   I am just wanting to output
all of the data in the xml file that has a
<transaction_data> tag.  Here is my statement and
below is the sample xml.  I use this to attempt to
display my template <xsl:call-template name="detail"/>
 Please help!

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