 |
 |
 |
Hello All:
So the current project I'm working on uses JScript inside IE to download XML
and transform it with XSL. I have some sample code that allows be to do this
download and tranformation async from the msdn.
However, the xml documents that I"m processing can be quite large (~1.0MB).
If I do the processing completly synced. My current sample code takes about
800ms (which is resonable). However if I do the whole process async, it
takes 4+ seconds (which is very unreasonable).
I need to to stuff async so that I can display things in the browser about
status and so that the user can cancel out of the process, but I'm frustrated
by the speed.
Does anyone have any suggestions?
Thanx
|
 | 

|  |
These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.
|  |
| |
 |
 |
 |