Could you resend your previous message? I don't think it made it through; perhaps you were not signed up for the list at that point. This is the first message of this thread that was posted.
Thanks, Karl On Thu, Mar 24, 2011 at 7:22 PM, Fuad Efendi <[email protected]> wrote: > I just found it. > > > > /** This method is meant to be extended by classes that extend this class > */ > > protected void tagContents(char[] ch, int start, int length) > > throws ManifoldCFException > > { > > try > > { > > theWriter.write(ch,start,length); > > } > > catch (java.net.SocketTimeoutException e) > > ... > > > > > > And we are using temp files with RSS connector. > > > > > > I tried to split big feed on "entities", stored as an XML Documents, but I > found some XML-escaped characters will be unescaped (for instance, RSS may > contain HTML snippet as a value of an element) > > > > > > -Fuad > > > > > > > >
