5 ms·
So it does everything you want, with ease, in every language, better than everything else, but you won't promote it?
by wantab 11y ago
So it does everything you want, with ease, in every language, better than everything else, but you won't promote it?
- carterehsmith 11y agoTrue. What happened was, back in the 2000-something, XML was so hyped that people pushed XML as a solution for everything. On the negative side, we had to endure managers coming back from “XML conferences” and recommending we ditch our Oracle or Sybase or whatever and replace it with an XML database, because XML. On the plus side, vendors made sure to support it so to this day we have good tooling in Eclipse, VS, etc. Also on the bad side they have gone crazy overboard so we have security issues like this: https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Processing https://www.owasp.org/index.php/XML_External_Entity_(XXE)_Pr... So I still have WS endpoint but I rewrote it to manually parse XML and avoid all the crappy extensions that they put in and I cannot disable. So yeah, this is loaded… I am not promoting XML. It has its issues. Use what you like.
- wantab 11y agoYour complaint is about people who don't know what XML is and how to use it and broken tools, not XML. XML does not cause any of the examples you show.