Agh. So this is the most unelegant thing, but I have an RSS feed of my Google notebook:
This involves two dapps and a custom xslt transform. Here’s how it works:
- The first Dapp turns the Google notebook into XML
- A hapispace page turns this XML into title/post pairs
- The second Dapp turns this into an RSS feed
On top of this journey, I had to make several variations of the middle piece so that the second dapp could cope and get the RSS items right. What a lot of work!
I don’t think it works perfectly, but it caught the last note that I posted, so that’s cool…
Onwards!
Advertisement

One Comment
Thanks! I was poking around in the Google documents, and you can actually get the Atom feed directly from Google.
“The URL of a public notebook page is of the following form:
http://www.google.com/notebook/public/userID/notebookID”
“To get a feed of all the notes in a particular public notebook, use the following URL:
http://www.google.com/notebook/feeds/userID/notebooks/notebookID”
How about that?