> From: Stefan Bodewig [mailto:[EMAIL PROTECTED] > > > Jose Alberto Fernandez <[EMAIL PROTECTED]> wrote: > > > a) Being able to construct a Project from other > > than a file. In particular, one should be able to > > provide our own SAX event stream to be used to > > build the project. > > Agreed. Maybe even a DOM tree as well, but I'm not sure. >
Well, my point was that if you have a DOM tree, you can tell it to play its SAX events on a ContentHandler, if you have one. So we can reduce the problem to just be able to suppoort SAX. Jose Alberto
