Re: [SrcML] XHTML-ViewPlugin
Status: Beta
Brought to you by:
crashchaos
From: Frank R. <fra...@un...> - 2005-11-17 23:02:01
|
On Thu, Nov 17, 2005 at 11:50:09PM +0100, Leif Bladt wrote: > Another thing are the new events which are thrown, when one of the > "old" events are completed. Should we implement a "Done" event for > each of our events? My suggestion is a single DoneEvent which > contains the event currently finished, so you can also see which > event is finished. What about extending your NextElementDoneEvent into a more generic DoneEvent? Shouldn't require that much of a change. Only problem might be the performance when every single whitespace results in a whole bunch of events being fired through the whole machinery. But we can still add some event filtering later if it proves to be a real problem and only send the events when requested. -- Raiser, Frank Student @ University of Ulm (www.uni-ulm.de) You can be discouraged by failure, or you can learn from it. So go ahead and make mistakes, make all you can. Because, remember that's where you'll find success - on the far side of failure. (Thomas J Watson Sr) |