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,