in reply to emdash problems with XML::Simple
I tried your files with the following results:
Saving the files "as is", I got an error "not well-formed (invalid token) at line 4, column 20, byte 153 at /usr/share/perl5/XML/Simple.pm line 362"
Saving the XML file as an UTF-8 file (with BOM), I get an error because the last line should be "</table>" not "</ettx>"
Correcting this I get no error, and the output "$VAR1 = undef;"
Rule One: "Do not act incautiously when confronting a little bald wrinkly smiling man."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: emdash problems with XML::Simple
by nglenn (Beadle) on Aug 26, 2010 at 19:51 UTC |