|
|
|
|
|
by zeveb
3359 days ago
|
|
Honestly, I think the statement, 'XML should NEVER be used, period,' is true as well: for any use case I can imagine there are superior alternatives to XML. Even if you have to interface with other services using XML, just use SXML (https://en.wikipedia.org/wiki/SXML) in your own code and marshal to XML at the very last instant. Ultimately, XML was a colossal mistake carried out to perfection. |
|