So if some has an idea what I'm doing wrong -- please help :))
I'm using now a workaround. I would like to to this:
<map:match pattern="*.rff">
<map:generate src="{1}.xml" />
<map:transform src="my.xsl" />
<map:serialize type="fo2rtf" />
</map:match>...which does not work for me (see original posting). Splitting this into:
<map:match pattern="*.rtfxml">
<map:generate src="{1}.xml" />
<map:transform src="my.xsl" />
<map:serialize type="xml" />
</map:match><map:match pattern="*.rtf">
<map:generate src="{1}.rtfxml" />
<map:serialize type="fo2rtf" />
</map:match>...works fine.
Patrick Hess
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
