Quoting Mariano Kamp <[EMAIL PROTECTED]>: > Hi, > > how can I use request parameters in serializer? > > I implemented setup(...), which is never called. I found configure, > which > seems to give me xs to the parameters from the sitemap, but how can I > get > hold of the request parameters? You cannot. Serializers are there for only one purpose: serialize a SAX event to a byte stream. Nothing more and nothing less. If you have the need to access environmental objects use a Transformer. Giacomo > > Just for the full picture, I want to pass in the width and height for > an > image. > > Mariano > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]