Hi All, I'm loading a number of XMLs in parallel and would like to know the context in which the loading started.
In my case there's some dependency between the information contained in these XMLs and the results of processing a certain XML will be stored based on the information that triggered its loading. Is there a way to "pass" the original context to the handler?! Regards, Sebastian

