Gilbert, Antoine wrote:
I want to read an xml file using a SAXReader combined with a ParserHandler. The file have n o XML root, so I have to find how to add it in the parsing processing. Assuming that the file can be pretty big, how I can do it without at any time having the entire file in memory ?
I almost always use Digester to handle such cases. If I understand your "no-root" issue, I'm not sure if Digester would handle that or not, but it's worth checking into.
Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]