Ummm... Quick question: What are the use cases for this that are not handled by existing methods? I mean, couldn't this be handled with an (as-yet unwritten) action?
Matcher *does* exist:
<map:match pattern="*.doc">
<map:match type="wildcard-request-parameter" pattern="content"> <map:parameter name="parameter-name" value="cocoon-view"/>
<map:generate type="word2xml" src="{../1}.doc"/>
<!-- complete the pipeline -->
</map:match>
<map:read src="{1}.doc"/>
</map:match>
<snip/>
Vadim
