So I've been assigned the task of updating legacy xml schemas to support a new site design... I'm going through the code and am completely dumbfounded! THEY FVCKING BUILT THE XML DOCUMENT BY HAND IN STRING FORM! They made the effort to at least create the Microsoft.XMLDOM object, but they don't use ANY of it's methods to create child elements... Instead the created it in string format then load it from memory.
Ugh... this is gonna be a nightmare.
Ugh... this is gonna be a nightmare.