AW: Is there a way to read xml-configurations from the sitemap?

2001-08-10 Thread Mario Brust
hi, # [..] I've written a class for filtering XML documents - implemented as a # Transformer. # It is target at extracting xml-fragments. The parameters I # need are nested, [..] I have no solution, but a work around. You can write the xml-fragments in extra files. The parameter would be the nam

Is there a way to read xml-configurations from the sitemap?

2001-08-09 Thread Danijel Komljenovic
Hi! Usually, there are elements which can be accessed in the setup() method of a Transformer. But this kind of Parameter-providing allows only simple String values and no hierachy at all. What I need is to pass nested parameters into my Transformer. I've written a class for filtering XML docume