in reply to
Best XML library to validate XML from untrusted source
Note: XML::Simple doesn't do any parsing. It uses one of many other parsers.
Comment on
Re: Best XML library to validate XML from untrusted source
Replies are listed 'Best First'.
Re^2: Best XML library to validate XML from untrusted source
by
vsespb
(Chaplain)
on Oct 19, 2014 at 17:30 UTC
Yes, I tested with default parser (some of SAX). Problem that there is no way to control behaviour with untrusted data.
[reply]
In Section
Seekers of Perl Wisdom