Hi,
I'm about to ignore ParseExpections (and the like) after an XML file
has validated properly against an XSD. The whole idea of the XSD
validation suggests there are no semantic problems to expect with the
XML file.
Considering the fact that I'm only addressing elements actually
present in the XML file, should I still cater for the various
exceptions?
Thanks,
Koos