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]
