(use atom) ;; rfc4287 brief example (write-atom-doc (make-atom-doc (make-feed title: (make-title "Example Feed") links: (list (make-link uri: "http://example.org")) updated: "2003-12-13T18:30:02Z" authors: (list (make-author name: "John Doe")) id: "urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6" entries: (list (make-entry title: (make-title "Atom-Powered Robots Run Amok") links: (list (make-link uri: "http://example.org/2003/12/13/atom03")) id: "urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a" updated: "2003-12-13T18:30:02Z" summary: (make-summary "Some text.")))))) #| John Doe atom egg for Chicken urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6 Example Feed 2003-12-13T18:30:02Z urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a Atom-Powered Robots Run Amok 2003-12-13T18:30:02Z Some text. |#