in reply to Re: Not able to insert data in mysql
in thread Not able to insert data in mysql

i think he as defined mentioned node in xml file.. And corion is right "how can you make sure that your XPath expression actually matches nodes?".. Corion is there any way to check that..even i want to know.??

Replies are listed 'Best First'.
Re^3: Not able to insert data in mysql
by Corion (Patriarch) on May 08, 2014 at 18:55 UTC
    foreach my $row($xp->findnodes('/main/MAIN')){ print "I matched a node.\n"; };