Re: [ballistichelmet] rants are up

dvanhorn <[email protected]> Fri, 28 Jan 2005 23:58:27 -0500 (EST)
Newsgroups gmane.org.ballistichelmet.devel
Message-ID <[email protected]>
On Fri, 28 Jan 2005, Aaron S. Hawley wrote:
> -5 to the PLT schme library authors who think ampersand is an XML element.

It's not XML, it's an X-expression:

  Xexpr ::= String
         |  (cons Symbol (cons (listof (list Symbol String)) (listof 
Xexpr)))
         |  (cons Symbol (listof Xexpr)) ;; an element with no attributes
         |  Symbol ;; symbolic entities such as &nbsp;
         |  Number ;; numeric entities like &#20;
         |  Misc

> +1 to David.

riiiiight.

[bh@clear cgi]$ diff rant.ss rant.ss~
196c196
<                 (('item '() ('title '() . ts) ('link '() l) ('pubDate 
'() d)
---
>                 (('item '() ('title '() t) ('link '() l) ('pubDate '() 
d)
200c200
<                                 ,@ts)))))
---
>                                 ,t)))))