Just a simple [cpan.org] guy, hacking Perl for fun and profit since way back in the last millenium. You may find me hanging around in the monestary [perlmonks.org].
What am I working on right now? Probably the Sprog project [sourceforge.net].
GnuPG key Fingerprint:
6CA8 2022 5006 70E9 2D66
AE3F 1AF1 A20A 4CC0 0851
Publishing a module on CPAN can open you up to receiving many emails containing all manner of questions and feature requests. Most will come from people who have not bothered to read the documentation or the FAQs. Some will come from people who can most kindly be described as nutters.
I have recently received a string of emails from one correspondent who wishes to simplify XML::Simple by building in XSD schema support. Arggghhhhhh!!!
I made the mistake of replying to one of his earlier emails. I won't make that mistake again.
XML::Simple doesn't validate? (Score:1)
"If you don't need a schema, you don't need XML"
Re:XML::Simple doesn't validate? (Score:2)
Furthermore - most XML processing doesn't require validation against a schema or DTD - usually you have a bunch of fields you are interested in and what get stuff out of or update - so long as they roughly the shape you expect things are fine.
Validation would check that required fields and attributes, etc are present but frequently t
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Re:XML::Simple doesn't validate? (Score:2)