On 28/10/2008, Andrej van der Zee <[EMAIL PROTECTED]> wrote: > Hi, > > > > > > No, though you might be able to work round it by creating a suitable > > file containing the compressed data. > > > > > I can't do that. I have to compress XML data and certain > node/attribute values have to be replaced by tokens run-time. I guess > the last chance is to compress in these BeanShell scripts, whatever > that is. Does anybody know if BeanShell provides possibilities to do > this? I am running on Linux, so if I can invoke bash from a BeanShell > it should be fine. Can this be done?
Yes, you can do anything in BeanShell that you can do in Java. But it will be quite a bit of work. You might find it easier in the long run to take a copy of an existing Sampler and add compression to it. > Thank you, > > Andrej > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

