Skip to main content

Posts

Showing posts with the label XML

Multi XSD XML Validation

  This program validates XMLs against referenced XSDs. The XSDs are assumed to be external to (not embedded in) the XML. List the XSDs and XMLs details in separate sheets in the program’s excel book and run the program. The program will generate errors/ warnings in console window.

Two-way XML Diffgram (XML structure sensitive)

     With pretty printed source XMLs: Same source XMLs, but in single line – diffgram output remains the same: Download the program files from here .