[Home] [By Thread] [By Date] [Recent Entries]
Hi Folks,
I want to retrieve the <row> whose <field> has the string DIR. In the
following example, I want the second <row> retrieved. Is there a simple XPath
expression to achieve this?
<Test>
<row>
<field>TURN_DIR, PT_TRN_DIR, NX_TRN_DIR</field>
</row>
<row>
<field>DIR, DIRECTION</field>
</row>
</Test>
|

Cart



