in reply to Re: creating an xml file from perl
in thread creating an xml file from perl
thank you so much.
when i replace with this:
my $escaped_file = $nfile; $escaped_file =~ s/&/&/g; $escaped_file =~ s/"/"/g; print FIL "<item id="$t" name=\"$escaped_file\" />\n";
i get a server error
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: creating an xml file from perl
by ikegami (Patriarch) on Apr 14, 2005 at 02:06 UTC | |
|
Re^3: creating an xml file from perl
by tlm (Prior) on Apr 14, 2005 at 01:08 UTC |