Sure, .NET's got great support for XML, but what's a VB6 programmer to do? Learn to work with MSXML2's DOM parser, that's what. The Document Object Model (DOM) is the oldest, and arguably the easiest, ...
I'm using the XML DOM library provided with IE for validating documents uploaded to my program. The schema define maximum length for all the string fields (the length was defined using the source DB ...