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 <[EMAIL PROTECTED]> 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, > > Basil > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi -~----------~----~----~----~------~----~------~--~---
