xsl-list
[Top] [All Lists]

Re: [xsl] XSL Variable not getting set

2007-03-14 07:16:57
mIchael wolff wrote:
Here is where i am calling it from:

<xsl:template match="niku:QueryResult/niku:Records">
                <xsl:for-each-group select="niku:Record"
group-by="@gl">

<snip />

we are guessing here. Likely some context node is not what you think it is, or something else is going on, but in the code piece you send there is no reference of your $Found, so it is hard to determine where you go wrong. Please create a snippet that is working, and shows your non-evaluated variable and the (possibly) empty-evaluating current-group(). Also, include a tiny input tree, so we understand what the variable is evaluated against. Make both the snippet and the input small enough to grasp easily and large enough to illustrate your problem.


-- Abel



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