3 messages in com.googlegroups.google-enterprise-developerGSA Content feed errors
FromSent OnAttachments
gary...@gmail.com29 Nov 2006 06:44 
M. Glotzbach29 Nov 2006 06:59 
gary...@gmail.com04 Dec 2006 09:32 
Subject:GSA Content feed errors
From:gary...@gmail.com (gary@gmail.com)
Date:11/29/2006 06:44:59 AM
List:com.googlegroups.google-enterprise-developer

We are attempting to do a content feed from our portal but all of the records seem to give the same error, below is an example feed and error:

Feed: <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA Feeds//EN" ""> <gsafeed> <header> <datasource>web</datasource> <feedtype>full</feedtype> </header> <group> <record url="http://emerald.keyenergy.com:8080/portal/default/ContentDisplay/cdispWin?action=e&amp;op=view&amp;windowstate=normal&amp;mode=view&amp;path=/KEP/WellServiceRigArticle.html&amp;lang=en" mimetype="text/html" last-modified="Tue Oct 24 10:05:27 CDT 2006"> <metadata> <meta name="viewlevel" content="KEP_EMPLOYEE" /> </metadata> <content><![CDATA[html content here]]></content> </record> </group> </gsafeed>

Error: ProcessNode: Content element is invalid in this context, skipping record with URL <a href="http://emerald.keyenergy.com:8080/portal/default/ContentDisplay/cdispWin?action=e&op=view&windowstate=normal&mode=view&path=/KEP/WellServiceRigArticle.html&lang=en">http://emerald.keyenergy.com:8080/portal/default/ContentDisplay/cdispWin?action=e&op=view&windowstate=normal&mode=view&path=/KEP/WellServiceRigArticle.html&lang=en</a>

Running xmllint -noout -valid file.xml echo $? returns 0 and we have escaped all ampersand characters in the xml feed. Anyone have an idea why we're getting this error?

Thanks Gary