XML II?
There is a lot of debate about if XML parsers should try and recover from non-wellformed ness at the moment. The argument generally goes that if you’re parsing XML, that noone is going to parse non-wellformed XML the same way twice so who knows what you would end up with vs you should at least attempt to do something.
Now, My thoughts are that if you made it so that well formed XML had no obvious meaning people would be less inclined to try and correct it. For instance, XML has tag> tags at the end of a
The next thing is to make sure that attributes have closing “’s, well, noone really knows what an XML attribute is anyway, so get rid of ‘em. So we have instead:
And well, thats kinda messy, so lets replace < a>b with (a b) and uh, wee! sexp’s!
February 3rd, 2004 at 1:51 pm
Categories don’t seem to work. If I click on “The Web”, for example, it doesn’t show any articles. Buggy wordpress? I dunno, works on mine.
February 3rd, 2004 at 1:53 pm
Also, the title is fucked. The ‘ character doesn’t show up properly in the title. This is the same in my wordpress. Maybe we need to find this bug and submit a patch.
February 5th, 2004 at 11:11 pm
The reason why we have
<a href="foo">bar</a>is that no one remembers the order of the foo and bar.See also http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-11.html for what happens when sexps get out of hand.
August 4th, 2004 at 12:00 am
right, thats why you have extra tags for attributes. ie, (a (href foo) bar)