in reply to Re: Get all child node values for a particular parent in xml into an array
in thread Get all child node values for a particular parent in xml into an array
my @records = $root->findnodes("//createnew/*//text()"); print $_->textContent() ,"\n" for @records;
All power corrupts, but we need electricity.
|
|---|