You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Stephan Coboos <cr...@gmx.net> on 2003/11/25 17:11:44 UTC

VelocityTransformer avaiable?

Hello,

is in cocoon a VelocityTransformer avaiable?

Thank you


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: VelocityTransformer avaiable?

Posted by Martin Holz <ho...@fiz-chemie.de>.
Stephan Coboos <cr...@gmx.net> writes:

> Stephan Coboos wrote:
> 
> > Hello,
> >
> > is in cocoon a VelocityTransformer avaiable?

No velocity transformer, but a velocity generator.
Combining a generator with the cocoon:/ pseudo
protocol achieves the same effect as transformer.

> 
> Sorry, stupid question...
> 
> A VelocityTransformer cant be exist because velocity tags are not xml
> tags and therefore a transformation with sax events is not possible,
> I'am right?
 
Don't know velocity, but sax is not limited to XML input. Everything,
that can be mapped to start events and end events is fine. You need
a kind of internal xml representation.

Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org


Re: VelocityTransformer avaiable?

Posted by Stephan Coboos <cr...@gmx.net>.
Stephan Coboos wrote:

> Hello,
>
> is in cocoon a VelocityTransformer avaiable?
>
> Thank you
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: users-help@cocoon.apache.org
>
>
Sorry, stupid question...

A VelocityTransformer cant be exist because velocity tags are not xml 
tags and therefore a transformation with sax events is not possible, 
I'am right?

Regards
Stephan


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org