Fixed it my self, for those that want to know...
add something like:
<xsl:key name='a-search' match='a' use='b' />
before the <xsl:stylesheet> element.
then the XPath is:
key('a-search', b)/c
hope that helps someone
-Martin
|
Results 1 to 2 of 2
Thread: [Resolved]XpathThreaded View
|
Click Here to Expand Forum to Full Width |