in reply to Re^2: XML::Simple cannot parse Simple XML file
in thread XML::Simple cannot parse Simple XML file

Actually, XML tags need to start with a letter. Not an alphanumeric character. See the spec for details.

If XML::Parser handles tags that start with a number then XML::Parser is broken.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^3: XML::Simple cannot parse Simple XML file