Steve,

You should take a look at the examples that come with cocoon 
distribution, and the sitemaps.

<map:match pattern="help">
   <map:generate type="serverpages" src="help.xsp"/>
   <map:transform src="help.xsl"/>
   <map:seriliaze type="html"/>
</map:match>

The server pages is the XSP generator.
You can generate XML from a file with a FileGenerator component,
and you can aggregate content with map:aggregate.

Hope it helps,

Steven Punte wrote:

> Cocoon User Group:
> 
>     Does anyone have an example of a <map:match pattern="">
> 
>     structure that can emulate the old standard Cocoon 1
> 
>     XML -> XSP -> XSL -> HTML  pattern?
> 
>     Looking for confortable starting place.
> 
>         steve
> 
>  
> 
>  
> 
>   
> 
>  
> 
> 
> ------------------------------------------------------------------------
> *Do You Yahoo!?*
> Yahoo! Movies <$rd_url/tag/http://movies.yahoo.com/> - coverage of the 
> 74th Academy Awards®



---------------------------------------------------------------------
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]>

Reply via email to