[xsl] xpath question

Subject: [xsl] xpath question
From: florian <csshsh@xxxxxxxxxxxxxxx>
Date: Sun, 22 Jun 2003 20:46:46 +0200
hi!

i unfortunately cant think of a xpath statement for this:


i want to get all the child nodes of my current node, which have an node with the name 'bar' and where the content of the node is 'apples'..

the tricky part now is that the name 'bar' and 'apples' is defined
in another node somewhere in the document.

*[*[local-name() = /someNode/@theAttributeWithTheValueBar] = /fruits/roundOnes[1]]

doesnt really seem to work..

anybody got some advice?

ciao!
florian


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



Current Thread