in reply to Re^2: XML::twig counting elements that don't have a certain attribute/value on them
in thread XML::twig counting elements that don't have a certain attribute/value on them
No, only one predicate is accepted at the moment, so you would have to write: $qp->children( 'q[@supp != "yes" and @info != "yes"]').
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML::twig counting elements that don't have a certain attribute/value on them
by mertserger (Curate) on Mar 05, 2010 at 11:43 UTC |