Incremental content feed – Google Search Appliance Feeds Protocol Developers Guide User Manual

Page 39

Advertising
background image

Google Search Appliance: Feeds Protocol Developer’s Guide

39

Incremental Content Feed

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" "">
<gsafeed>

<header>

<datasource>hello</datasource>
<feedtype>incremental</feedtype>

</header>
<group action="delete">

<record url="http://www.corp.enterprise.com/hello 01"mimetype="text/plain"/>

</group>
<group>

<record url="http://www.corp.enterprise.com/hello02" mimetype="text/plain">

<content>UPDATED - This is hello02</content>

</record>
<record url="http://www.corp.enterprise.com/hello03" mimetype="text/plain"

action="delete"/>

<record url="http://www.corp.enterprise.com/hello04" mimetype="text/plain">

<content>UPDATED - This is hello04</content>

</record>

</group>

</gsafeed>

Advertising