Dear SO Readers,
Currently I am working with XML and I want to know what would be best approach to validate XML against XML Schema, parse it and store it back to MySQL database using Perl ?
I think of XML::Xerces for parsing purpose but not sure if it's the right approach.
Note: I have very large XML file >1GB size.