Click here to Skip to main content
15,885,546 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
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 
Use DOM API to build your object or for parsing. It is verbose, but simple. String building will always burn you later.
We sometimes utilize a cousin of XML called BobML.
Differences from XML
- No attributes
- No escaping of 5 special chars

Verbose but simple to generate and parse via string functions into values and lists.
Developed by Bob of course!

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 
GeneralUmm is everybody busy? Pin
glennPattonWork312-Jan-21 2:54
professionalglennPattonWork312-Jan-21 2:54 
GeneralRe: Umm is everybody busy? Pin
Slacker00712-Jan-21 3:09
professionalSlacker00712-Jan-21 3:09 
GeneralRe: Umm is everybody busy? Pin
RickZeeland12-Jan-21 3:15
mveRickZeeland12-Jan-21 3:15 
GeneralRe: Umm is everybody busy? Pin
  Forogar  12-Jan-21 3:28
professional  Forogar  12-Jan-21 3:28 
GeneralRe: Umm is everybody busy? Pin
RickZeeland12-Jan-21 3:36
mveRickZeeland12-Jan-21 3:36 
GeneralRe: Umm is everybody busy? Pin
MarkTJohnson12-Jan-21 3:40
professionalMarkTJohnson12-Jan-21 3:40 
GeneralRe: Umm is everybody busy? Pin
den2k8812-Jan-21 3:46
professionalden2k8812-Jan-21 3:46 
GeneralRe: Umm is everybody busy? Pin
  Forogar  12-Jan-21 4:32
professional  Forogar  12-Jan-21 4:32 
GeneralRe: Umm is everybody busy? Pin
kmoorevs12-Jan-21 4:13
kmoorevs12-Jan-21 4:13 
GeneralRe: Umm is everybody busy? Pin
  Forogar  12-Jan-21 4:32
professional  Forogar  12-Jan-21 4:32 
GeneralRe: Umm is everybody busy? Pin
glennPattonWork312-Jan-21 4:55
professionalglennPattonWork312-Jan-21 4:55 

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.