xsl-list
[Top] [All Lists]

Re: use variable as node-set for key get NullPointerException

2002-12-26 12:14:31
Thanks for the answer, I see now.
If that is the case, is there a way to workaround the
problem I have where the elements to match need to be
filtered through a xsl:choose like in my original
post?

Thanks,
Xiaocun

--- Oleg Tkachenko <olegt(_at_)multiconn(_dot_)com> wrote:
Xiaocun Xu wrote:

<xsl:variable name="LineItemLotColumn"
select="6"/>
<xsl:key name="lineitemLotsKey"

match="$LineItem[cell[(_at_)column=$LineItemLotColumn]]"
use="cell[(_at_)column=$LineItemLotColumn]"/>
xsl:key is top-level element and "match" and "use"
attributes cannot 
contain variable references, see
http://www.w3.org/TR/xslt#key.

-- 
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


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



__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



<Prev in Thread] Current Thread [Next in Thread>