Re:The only once inside the GNOME-community
on
Has GNOME Become LAME?
·
· Score: 2, Informative
My objection is that frequently it's used to replace keyword/value pairs with... er, values in tags, and is readability-impaired - not because a human being can't decypher what something says, but because you have to decypher that something first.
If you don't understand what I mean, consider the following example:
Old, obsolete, non-standard format:
FullScreen=true
Exciting, new, XML format:
<FullScreen>true</FullScreen>
How about something like this?
<Settings FullScreen="true"/>
A snippet from an actual config file would probably look something like this:
It works. Trust Wally.
If you don't understand what I mean, consider the following example:
Old, obsolete, non-standard format:
Exciting, new, XML format:How about something like this?
A snippet from an actual config file would probably look something like this:
I think that would be both human readable and valid XML.