[Flock-devel] Unable to parse document in Resin
Status: Alpha
Brought to you by:
phraktle
From: Peter B. <pe...@ba...> - 2003-12-11 23:22:20
|
Hi all, I subscribed to the mailing list to inquire if a problem mentioned in a discussion some time ago has already been solved. I'm running Flock in Resin 2.1.9 on IBM JDK 1.4.1 and I get the following exception: Unable to parse document at http://www.zeldman.com/feed/zeldman.xml: Error in building: http://www.zeldman.com/feed/zeldman.xml:1: XML file has no top-element. All well-formed XML files have a single top-level element. This happens on any rss feed I try to subscribe to (I'm subscribed to all these feeds in another reader, which works perfectly). I started analyzing the logs and it seems the error is in the com.caucho xml parser, however, when I parse the feeds in a standalone jsp or servlet things seem to work ok (just a quick test). Is there any way I can overrule the parser settings? I think adjusting the org.xml.sax.driver system property might help, but I haven't yet figured out what parser to use (I can't seem to locate it in the supplied lib jars). I will look into this more later on, but I hope some of you can give some extra pointers of possible solutions/things to check/... . regards, Peter |