|
|
|
|
|
by __pThrow
4476 days ago
|
|
I've never understood what problem XML solves. Does XML make a file understandable by a developer in superior ways to other formats? Not especially. Does the use of XML make error recovery from a partially borked file possible? Not really. What problem is actually solved by XML (that other formats don't also "solve" ... and better?) |
|
They have different columns because it deals with about 600 different tables and the output is what is relevant to the test. I have decided that in this instance, I want to capture all of the results in a single table so that they are centralized. XML solves this issue for me. I can grab the results in XML, and insert them into a centralized table where they can be reviewed later.
TL;DR XML can solve some data structure issues where you don't always know the final output until it shows up.