in reply to Re: Parsing an XML file with an undefined value
in thread Parsing an XML file with an undefined value
Reps to both of you!my $text = qw/test4/; $test4 = $entry->getElementsByTagName( $text)->item(0); if (defined $test4) { $test4 = $entry->getElementsByTagName( $text)->item(0)->getFirstCh +ild->getNodeValue; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Parsing an XML file with an undefined value
by Anonymous Monk on Jun 21, 2017 at 18:49 UTC | |
by Anonymous Monk on Jun 21, 2017 at 19:07 UTC |