Click here to Skip to main content
15,879,096 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Why is XML? Pin
davercadman13-Jan-21 5:19
davercadman13-Jan-21 5:19 
GeneralMy Professor Said Pin
michaelbarb13-Jan-21 5:30
michaelbarb13-Jan-21 5:30 
GeneralRe: My Professor Said Pin
Chris Maunder13-Jan-21 6:15
cofounderChris Maunder13-Jan-21 6:15 
GeneralRe: My Professor Said Pin
dandy7213-Jan-21 8:52
dandy7213-Jan-21 8:52 
GeneralRe: My Professor Said Pin
michaelbarb13-Jan-21 10:09
michaelbarb13-Jan-21 10:09 
GeneralRe: My Professor Said Pin
trønderen13-Jan-21 9:03
trønderen13-Jan-21 9:03 
GeneralRe: Why is XML? Pin
DumpsterJuice13-Jan-21 5:32
DumpsterJuice13-Jan-21 5:32 
GeneralRe: Why is XML? Pin
rhyous13-Jan-21 5:37
rhyous13-Jan-21 5:37 
Xml wasn't originally written for web service data transfer or serialization/deserialization. It was written by the W3c to replace Html but still be Html-like. Xml is a Mark-up language, hence it has mark-up. Mark-up makes it good for readability by humans but also a standard readable by machines. Xml was then hi-jacked to be used by SOAP web services with serialization/deserialization. Then someone realized that json was better for serialization/deserialization, especially since readability by both humans and machines wasn't necessary, it only needs to be read by machines. JSON also has room for improvement in verbosity and as soon as a good replacement exists, people will say the same things: why json when new-thing is better.

GeneralXHTML Pin
Chris Maunder13-Jan-21 6:25
cofounderChris Maunder13-Jan-21 6:25 
GeneralRe: Why is XML? Pin
Bruce Patin13-Jan-21 6:12
Bruce Patin13-Jan-21 6:12 
GeneralRe: Why is XML? Pin
Peter Adam13-Jan-21 6:18
professionalPeter Adam13-Jan-21 6:18 
GeneralRe: Why is XML? Pin
Roger Wright13-Jan-21 9:07
professionalRoger Wright13-Jan-21 9:07 
GeneralRe: Why is XML? Pin
trønderen13-Jan-21 10:53
trønderen13-Jan-21 10:53 
GeneralRe: Why is XML? Pin
chrisseanhayes13-Jan-21 9:18
chrisseanhayes13-Jan-21 9:18 
GeneralRe: Why is XML? Pin
Chris Maunder13-Jan-21 9:34
cofounderChris Maunder13-Jan-21 9:34 
GeneralRe: Why is XML? Pin
chrisseanhayes13-Jan-21 10:20
chrisseanhayes13-Jan-21 10:20 
GeneralRe: Why is XML? Pin
trønderen13-Jan-21 10:06
trønderen13-Jan-21 10:06 
GeneralRe: Why is XML? Pin
chrisseanhayes13-Jan-21 10:16
chrisseanhayes13-Jan-21 10:16 
GeneralRe: Why is XML? Pin
englebart13-Jan-21 10:25
professionalenglebart13-Jan-21 10:25 
GeneralRe: Why is XML? Pin
Stefan_Lang13-Jan-21 10:45
Stefan_Lang13-Jan-21 10:45 
AnswerRe: Why is XML? Pin
Member 1494407415-Jan-21 3:59
Member 1494407415-Jan-21 3:59 
GeneralRe: Why is XML? Pin
af122117-Jan-21 8:49
af122117-Jan-21 8:49 
GeneralRe: Why is XML? Pin
BotReject18-Jan-21 3:44
BotReject18-Jan-21 3:44 
GeneralRe: Why is XML? Pin
Member 1485238518-Jan-21 16:11
Member 1485238518-Jan-21 16:11 
GeneralRe: Why is XML? Pin
Matt McGuire22-Jan-21 6:49
professionalMatt McGuire22-Jan-21 6:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.