David Newton wrote:I suppose it would be useful, but such tools already exist.
Rob Prime wrote:What is this "gef layout"?
David Newton wrote:I suppose it would be useful, but such tools already exist.
William Brogden wrote:I think that trying to re-use a SAX parser would be a mistake. But note that you can re-use the same instance of SAXParserFactory.
Perhaps you meant re-use the same handler for the SAX events? That would indeed lead to a mess.
If this was my problem I would look into the Apache Commons Digester project.
Bill