9 messages in com.googlegroups.google-calendar-help-dataapiRe: Tons of SAX exceptions when calli...
FromSent OnAttachments
bfawlty7830 Jun 2006 11:12 
Kyle Marvin30 Jun 2006 13:07 
bfawlty7805 Jul 2006 17:12 
Kyle Marvin07 Jul 2006 05:56 
bfawlty7811 Jul 2006 13:34 
Frank Mantek12 Jul 2006 00:38 
Kyle Marvin12 Jul 2006 12:12 
Kyle Marvin12 Jul 2006 12:14 
bfawlty7813 Jul 2006 12:52 
Subject:Re: Tons of SAX exceptions when calling GoogleService.getFeed()
From:Kyle Marvin (kmar@google.com)
Date:07/12/2006 12:12:58 PM
List:com.googlegroups.google-calendar-help-dataapi

Hi Basil,

Sorry for the delay in responding, as Frank mentioned I've been "under the weather". If I save the example feed XML fragment you provided to a file and then parse it using the Rome FeedReader sample, it works just fine.

This says the XML data itself is OK and points towards some type of parser configuration (or bug) that's different between the two environments.

From the stack trace, it looks like you are using the Apache Crimson parser. Have you tried configuring another parser? Try setting the java.xml.parsers.SAXParserFactory property to "com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl" (the default bundled Xerces impl in JDK 1.5) and see if the error still occurs.

-- Kyle

On 7/11/06, bfawlty78 <hen@prowebsurfer.com> wrote:

Hi Kyle. Did you get the XML file and the code snippet I emailed you? Just wondering if you guys had a chance to test against it yet. I appreciate all your efforts. Thanks much,