my $rootnode = TeamSite::XMLnode->new($xml);my @topNodes = $rootnode->get_node_list('Top');foreach my $topNode (@topNodes)
Not certain if I understand your code, by the variable $values should be an array (@values) When I do similar using TS DCRNode I do this: my $rootnode = TeamSite::XMLnode->new($xml);my @topNodes = $rootnode->get_node_list('Top');foreach my $topNode (@topNodes)
Thanks nipper one more time . but i actually used used the array for the for values => @values but no success. my question here is can i use Teamsite::XMLnode module to parse through a regular xml file ( not produced by teamsite ). i am wondering if i could do that or not.??