> 
> It's not made in single steps (generator generates all XML, 
> transformer
> 1 transforms it, transformer 2 transforms it, serializer 
> serializes it),
> but it a smooth flow of elements.

About the smooth flow of elements, I agree untill you hit an xsl transformation 
(xalan/saxon) :-)

Ard 

> 
> To realize this, the generator needs to be connected to the 
> transformers
> and to the serializers *before* it actually begins to execute. So,
> <map:parameter name="test" value="{request-attr:toto}"/> is executed
> *before* <xsp-request:attribute 
> name="toto">tata</xsp-request:attribute>.
> 
> So, using request attributes is not a solution to your problem.
> 
> Unfortunately I have no idea how the migration from 1.x to 2.0 was
> handled back in 2000/2001, have you tried searching mailing list
> archives for other people having your problem back in that period?
> 
> Simone
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to