No, SAX is a parse-event stream, whereas I'm interested in having DOM2 events (or something like it). So, think events in the style of the 'onClick' or 'onLoad' of HTML, or the java AWT event that run scripts whenever an event happens in the document. In the general case, mutation events are probably the most useful, though xml editing applications and processors of languages like XForms will make more extensive use of such a system.

christian.


On Monday, July 7, 2003, at 10:33 AM, David Hooker wrote:


If you mean SAX events, you can create a DocumentSource for a dom4j
tree.

-----Original Message-----
From: Christian Niles [mailto:[EMAIL PROTECTED]
Sent: Friday, July 04, 2003 1:57 PM
To: [EMAIL PROTECTED]
Subject: [dom4j-dev] Events API?


Hello, Is there any current work being done to provide an events system for dom4j documents? I'm working on a server-side XForms implementation and

am interested to see if I could take advantage of dom4j, since my other

code also integrates dom4j. From the archives, I found some previous
interest in an events system for dom4j, roughly along the lines of DOM2:


http://www.mail-archive.com/[EMAIL PROTECTED]/
msg00106.html
http://www.mail-archive.com/[EMAIL PROTECTED]/
msg00434.html

Anyone still working on this, or have similar needs for an events
system? Any suggestions on how to proceed if I tackle this myself?

best,
christian.



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/ 01
_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-dev



------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to