8 messages in com.googlegroups.google-enterprise-developerRe: Implementation of GSA webfeed
FromSent OnAttachments
jon04 Dec 2006 16:54 
Jeff Ling04 Dec 2006 17:18 
jon04 Dec 2006 17:32 
jon04 Dec 2006 17:39 
Jeff Ling04 Dec 2006 17:48 
jon04 Dec 2006 17:53 
Jeff Ling04 Dec 2006 18:15 
nick05 Dec 2006 06:26 
Subject:Re: Implementation of GSA webfeed
From:nick (nick@gmail.com)
Date:12/05/2006 06:26:56 AM
List:com.googlegroups.google-enterprise-developer

There are also some examples of different feed types in the Feeds Protocol guide - http://code.google.com/enterprise/documentation/feedsguide.html

For multiple URLs, enter each URL as a separate record, all within the same group. The Web Feed:

<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" ""> <gsafeed> <header> <datasource>web</datasource> <feedtype>incremental</feedtype> </header> <group> <record url="http://www.corp.enterprise.com/hello02" mimetype="text/plain"/> </group> </gsafeed>