|
|
|
|
|
by utnick
6512 days ago
|
|
Maybe I am missing something, but I think thats a little extreme... If I have some data structures that I am trying to send from my C# windows app to your java unix app, how would you propose we do that? With XML, we can easily agree and collaborate on a format and both of our languages have builtin libraries to extract the data we need. Its easy to build and easy to debug. |
|
Note also that there are other technologies with pervasively available parsers, like JSON, which don't share any of XML's warts.