|
|
|
|
|
by mahyarm
4525 days ago
|
|
Examples like these are the reason why I like to avoid XML. Unless your using something that actually takes advantage of the tree structure of xml and needs it's features, it's really overcomplicated overkill that can bite you in the ass. %95 of the time your just using XML like another JSON/serialization format and you should definitely be using something just as lightweight. |
|