Thanks.
Using the jxtemplateTransformer was, of course, exactly what I needed.

I do find it strange, however, that this is mentioned nowhere in the cocoon documentation -> Transformers?

regards,
ThomasN


Upayavira wrote:
Ugo Cei wrote:

Thomas Kjeldahl Nilsson wrote:

<!-- The final jx generator operation: -->
<map:match pattern="*.xml">
<map:generate src="cocoon:/preTransform*" type="jx"/>



Make that instead:

             <map:generate src="cocoon:/preTransform{1}" type="jx"/>

           <map:serialize type="html"/>
        </map:match>


What am I missing or misunderstanding? :)



A backreference to the matched substring ;-).

Or use the jxTemplateTransformer?

Upayavira



---------------------------------------------------------------------
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