| MHenke on Aug 9, 2006 at 12:25:04 AM (# 2) Like a F-16 flight simulator? ARWolff on Aug 9, 2006 at 4:42:18 AM (# 3)Are you trying to listen for events in the XML document, or in the XHR object used to retrieve the document?
AFAIK, XML Events is still only a candidate recommendation, and I don't know of any, current tools for it.
To simulate XHR's onReadyStateChange event, you need to serve your XML doc from an HTTP server. Assuming you're running Windows, MS IIS/PWS will work fine; for other platforms, you would probably need to install apache. To test for handling slow transactions, create a very large XML file.
Hope this helps --- nmduc073 on Aug 11, 2006 at 3:48:10 AM (# 4)Thank you. But what I mean is a program that can receive an XML document. Then it can generate new versions of this document by make some changes in the structure or nodes...
|