Has anyone developed a dynamic XML map that lists weblog entries? I already publish to Google news with another site and it requires a particular format as well as (crucially) data lookup to keep it current.
The syntax is along the lines of:
<url>
<loc>(get link)</loc>
<n:news>
<n:publication>
<n:name>My site</n:name>
<n:language>en</n:language>
</n:publication>
<n:genres>UserGenerated</n:genres>
<n:title><%=enc((rs("headline")))%></n:title>
<n:publication_date></n:publication_date>
<n:keywords></n:keywords>
</n:news>
</url>
I'm really struggling to resolve this. Is there a dynamic extension I've missed that might help me generate a weblog map or something close?