Sidd has asked for the wisdom of the Perl Monks concerning the following question:
my $shoeConfig = XMLin("F:/Inetpub/ecomm-static/US/html/mi_home_page/h +ome_flash.xml"); print OUT "After ShoeConfig"; foreach my $shoe(@{$shoeConfig->{ShoeBank}{Shoe}}){ my $img = $shoe->{Image}; my $swf = $shoe->{MainClip}; print OUT "\n OUTPUT:".$img.$swf; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: XMLin not able to read the input XML file
by moritz (Cardinal) on Aug 26, 2011 at 12:02 UTC | |
|
Re: XMLin not able to read the input XML file
by dasgar (Priest) on Aug 26, 2011 at 12:46 UTC | |
|
Re: XMLin not able to read the input XML file
by toolic (Bishop) on Aug 26, 2011 at 13:01 UTC | |
|
Re: XMLin not able to read the input XML file
by kcott (Archbishop) on Aug 27, 2011 at 09:03 UTC |