Re: Pass parameter to a transformer

2003-06-23 Thread Upayavira
Why don't you use the src attribute to pass in the XML file, much as any other transformer? Then you'd have a lot of transformers available to look at for code samples. Regards, Upayavira On 23 Jun 2003 at 16:25, Anna Afonchenko wrote: > Hi all. > I have written my own transformer, that gets i

Re: Pass parameter to a transformer

2003-06-23 Thread Luca Morandini
Anna Afonchenko wrote: Hi all. I have written my own transformer, that gets in an XML file as a parameter. If I declare the parameter in the transformers bit: and then call it in the pipeline: it works fine. But I wnat to pass the XMLfile name dynamically, and not when I declare the