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 ;-).

        Ugo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to