in reply to Re^3: Perl Script to populate Dropdown box from XML Attributes
in thread Perl Script to populate Dropdown box from XML Attributes
The file State.xml is present in the same folder as the HTML. I did change the path as below:
my $xp = XML::XPATH->new(filename => 'D://New folder//State.xml');
But it did not work. Can you help to do it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Perl Script to populate Dropdown box from XML Attributes
by Corion (Patriarch) on Nov 23, 2016 at 16:55 UTC | |
|
Re^5: Perl Script to populate Dropdown box from XML Attributes
by marto (Cardinal) on Nov 24, 2016 at 12:25 UTC |