6 messages in com.googlegroups.google-enterprise-developerXML feed for PDF files help
FromSent OnAttachments
STEADY18 Oct 2006 12:40 
Joe Scanlon18 Oct 2006 14:33 
Jeff Ragusa20 Oct 2006 00:37 
David Steadman20 Oct 2006 06:22 
Jeff Ragusa23 Oct 2006 11:31 
STEADY23 Oct 2006 15:16 
Subject:XML feed for PDF files help
From:STEADY (stea@gmail.com)
Date:10/18/2006 12:40:25 PM
List:com.googlegroups.google-enterprise-developer

I am new to the gsa xml feed and appliance at that.. I attempted to feed a pdf document and meta name for users to search.. I am recieving errors. I believe I have the wrong format... please help me understand this process.. and format.. remember I am new to this..

<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" ""> <gsafeed> <header> <datasource>FARA Exporter</datasource> <feedtype>metadata-and-url</feedtype> </header> <group> <record url="https://usres-faradev/docs/4402-Supplemental Statement-160000.pdf/" action="add" mimetype="application/pdf"> <metadata> <meta name="document-type" content="Public" /> <meta name="document-rating" content="General" /> <meta name="ID" content="160000"/> <meta name="REGISTRANT_NAME" content="MOORE, POWELL A."/> <meta name="REGISTRATION_NUMBER" content="4402"/> <meta name="DOCUMENT_TYPE" content="Supplemental Statement"/> </metadata> <content e>This the first FARA PDF</content> </record> </group> </gsafeed>