in reply to Re^2: Perl Script to populate Dropdown box from XML Attributes
in thread Perl Script to populate Dropdown box from XML Attributes
my $xp = XML::XPath->new(filename => 'State.xml');
I doubt that the file State.xml is available on the client, where the code runs.
Or even if that file is on the client, you will need to specify the full path to it, and even then I doubt that the Internet Explorer scripting sandbox will easily allow access to the file.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Perl Script to populate Dropdown box from XML Attributes
by vikrammohan (Initiate) on Nov 23, 2016 at 16:58 UTC | |
by Corion (Patriarch) on Nov 23, 2016 at 16:55 UTC | |
by marto (Cardinal) on Nov 24, 2016 at 12:25 UTC |