...XML in the right places. Ideally, I would like something like this...
<doc>
<title>My Title</title>
<content>
<mynamespace:generate class="com.mycompany.businessobject1"/>
</content>
</doc>...
This is very similar to what the JXTemplateGenerator does, see http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html
For examples, search for type="jx" in sitemap.xmap files. The tour block, for example, uses JX to generate XML out of java objects for the bean editor example.
-Bertrand
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
