Hi, I want to use some kind of scheduler ( cron ) in cocoon 2 to automatically generate HTML ( XML -> XSL -> HTML ) I have seen ant 1.4 and it seems to be able perform tasks like this pipeline :
<map:match pattern="hello.html"> <map:generate src="docs/samples/hello-page-esql.xml"/> <map:transform src="stylesheets/page/simple-page2html.xsl"/> <map:serialize type="html"/> </map:match> or <map:match pattern="xsp/*"> <map:generate type="serverpages" src="docs/samples/xsp/{1}.xsp"/> <map:transform src="stylesheets/dynamic-page2html.xsl" /> <map:serialize type="html"/> </map:match> But I don't know how to configure ant's built.xml to do the same as cocoon does. Can anyone help me? Thanks Bernard Bielinski --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>