xpath finding duplicates

T

Timo Nentwig

Hi!

<node>
<name>foo</name>
<id>1</id>
<age>7</age>
</node>
<node.....>
<node>
<name>foo</name>
<id>10</id>
<age>100</age>
</node>
<node.....>
<node>
<name>bar</name>
<id>123</id>
<age>5</age>
</node>
<node.....>
<node>
<name>bar</name>
<id>321</id>
<age>10</age>
</node>

I try to write an xpath expression that does select duplicates (the foo's
and bar's in above's example) and also add a condition which (not) to
select (the age tag above).

Well, I have failed so far :)

Timo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top