Re: [Flock-devel] Unable to parse document in Resin
Status: Alpha
Brought to you by:
phraktle
From: Viktor S. <vi...@pr...> - 2003-12-11 23:35:24
|
hi, hope this helps: http://www.caucho.com/resin/ref/xml/parsing.xtp check the "Configuration" section - try either Crimson or Xerces/Xalan. regards, viktor On Fri, 12 Dec 2003, Peter Backx wrote: > > 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 > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us help > YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Flock-devel mailing list > Flo...@li... > https://lists.sourceforge.net/lists/listinfo/flock-devel > |