I am using Cocoon 2.1.
The example on the website sets up the main pipeline as such.
<map:match pattern="registration-display-pipeline"> <map:generate src="forms/registration_template.xml"/> <map:transform type="forms"/> <map:transform type="i18n"> <map:parameter name="locale" value="en-US"/> </map:transform> <map:transform src="resources/forms-samples-styling.xsl"/> <map:serialize/> </map:match>
My question is, how does this pipeline know what model file to use. (since it only specifies the template).
Thanks
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
