in reply to Re: Get Node Value from irregular XML (xpather.pl)
in thread Get Node Value from irregular XML
Hmm, libxml seems to not like double quotes, weird, this version tested
//*[ ( name() = 'para' or name() = 'header' ) and ( not(descendant::*) ) and ( contains( translate( ., 'DESIGN', 'design' ), 'design' ) ) ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Get Node Value from irregular XML (xpather.pl)
by Anonymous Monk on Jun 30, 2013 at 05:13 UTC |