|
|
|
|
|
by josteink
3327 days ago
|
|
> XML also has a lot of room for syntax errors, No it doesn't. XML is either well formed or not, and any parser encountering non well-formed XML will reject it outright. Therefor all XML in use on the internet is spec-compliant. Now try to say the same about JSON. |
|
Ah, I see you're new to parsing XML.