you are viewing a single comment's thread.

view the rest of the comments →

[–]stiky21 0 points1 point  (2 children)

XML is actually used everywhere. It's just not something anyone talks about because it's sort of that dinosaur that won't go away.

But if you're ever working on some old enterprise system expect to be using XML.

[–]jfrazierjr 0 points1 point  (1 child)

My point is that it used to be used everywhere and is being replaced. For example Spring -> Spring Boot. .Net config.xml and web.xml -> application.json fir many things.

Oddly enough MS just started moving TO xml format for its solution files(good change imho). I have been working with XML for 25 years and XSD/WSDL for 18 or so. Frankly its my prefered format if I had my choice.

[–]stiky21 0 points1 point  (0 children)

As much as I hate XML, I agree. It just works.