in reply to Re: Extracting specific childnodes (xpath whitespace)
in thread Extracting specific childnodes
Hello @Anonymous Monk! Thanks for responding. Tried your approach. It didn't return anything.
@nodes=$dom->findnodes($xpath_Include_LI_Title); print "{@nodes}\n";
the nodes array should contain the values of LI_Title elements, correct?
Thanks again!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Extracting specific childnodes (xpath whitespace)
by Anonymous Monk on Jul 06, 2013 at 11:57 UTC | |
Re^3: Extracting specific childnodes (play xmllint --shell )
by Anonymous Monk on Jul 06, 2013 at 22:42 UTC | |
by madbee (Acolyte) on Jul 07, 2013 at 04:50 UTC |