Y
Hacker News
new
|
ask
|
show
|
jobs
by
wpm
264 days ago
Don't ask me, I don't even know what was so bad about XML tags.
2 comments
seec
262 days ago
Not fashionable enough. In all seriousness XML is so much more powerful and no need for a parser with infinite edge case. Editing is just fine with the proper editor/IDE. But there is a religion around plaint text and minimal editors so whatever...
link
SpaceNoodled
264 days ago
Probably the verbosity, necessity of a schema for typing, and mixing of text with tags as siblings.
link
nielsbot
263 days ago
And having to add both opening and closing tags.
link
CrimsonCape
263 days ago
This should be perfectly valid:
< date="today" id="978"/>
I could have used this many times.
link
SpaceNoodled
263 days ago
Yes, that's a large part of the verbosity I was mentioning.
link