http://www.perlmonks.org?node_id=510097

rtremaine has asked for the wisdom of the Perl Monks concerning the following question:

I need to process some XML docs. Seems to be a staggering array of modules to choose from. Ideally, I think I would like to be able to just feed it a schema (xsd) and the xml doc and be able to reference any element via a hash or object. Doc's are small, less than 100 total elements. Suggestions? Thanks again!