<dtml-comment>
##############################################################################
rdf91_xml.dtml

RDF ver 0.91 - for older compatibility

Copyright (c) 2003 Atsushi Shibata All Rights Reserved.
##############################################################################
</dtml-comment>
<dtml-call "RESPONSE.setHeader('content-type', 'text/xml; charset=utf-8')"><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN"
            "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">

<channel>
	<title><dtml-var title></title>
	<link><dtml-var blog_url></link>
	<description></description>

	<dtml-in "getRecentEntry()">
	<item>
		<title><dtml-var title html_quote></title>
		<link><dtml-var absolute_url>/<dtml-var id></link>
	</item>
	</dtml-in>
</channel>

</rss>