Thanks for responding! Basically what I would like to do is wrap the transform in a java class and collect the data matched during transformation via static methods(extensions).
The bridge I'm trying to cross in my understanding is how the static data can be synchronized to ensure no cross pollination during various transactions hitting these static methods populating this static object. I am absolutly sure that I am going about this all wrong but now I'm at a dead end looking for direction. Thanks once again for your time! -Dave -----Original Message----- From: Joseph Kesselman [mailto:keshlam@;us.ibm.com] Sent: Tuesday, October 22, 2002 10:40 AM To: [EMAIL PROTECTED] Subject: Re: passing data during transform Importance: High >Is there anyway to send data from a transformation >into a synchronized Java object for collection? I'm not sure what kind of data you want to send, into what sort of object... but if the data isn't the stylesheet's normal output, you probably want to write an extension and invoke that from your stylesheet. ______________________________________ Joe Kesselman / IBM Research
