in reply to Re^3: XML::Simple cannot parse Simple XML file
in thread XML::Simple cannot parse Simple XML file
And just in case you have to process XML that you don't produce and is invalid
Terminology is important here. There is no such thing as "invalid XML". If your data doesn't follow the XML specs then it is not XML.
When presented with data that is supposed to be XML but isn't, the best action is to insist that it be replaced by something that is XML. Remember how the web was taken over by invalid HTML because browsers were too lenient? Let's not allow XML to go the same way.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: XML::Simple cannot parse Simple XML file
by ForgotPasswordAgain (Vicar) on Jun 14, 2006 at 09:38 UTC | |
by davorg (Chancellor) on Jun 14, 2006 at 10:29 UTC |