> What I'm doing is
>
> select="document('')/*/data:definitions/term[@name = name()]"
>
The name() of term elements is always "term", so this is equivalent to
select="document('')/*/data:definitions/term[@name = 'term']"
I suspect, without studying your logic, that you want
select="document('')/*/data:definitions/term[@name = name(current())]"
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
|
DPawson - Fri, 19 Jul 2002 05:07:22 -0400 (EDT)
|
|