How to configure sitemap.xmap

2002-01-24 Thread MOODAD (Shadi LB Soft)
Hi I'm trying to generate pdf reports using the cocoon servlet. I have configured a pipeline like that to handle the xsp files map:pipeline> map:match pattern="**.xsp"> map:generate type="file"/> map:transform/> map:serialize type="fo2pdf"/> /map:match> /map:pipeline> So I got the

Re: How to configure sitemap.xmap

2002-01-24 Thread Bartomeu Adrover
If your xsp files generate FO you dont need the tag map:transform/>. If your xsp files don't generate FO you need to especify the xslt (or the transformer) for convert the xml generated by the xsp to FO. "MOODAD (Shadi LB Soft)" wrote: Hi I'm trying to generate pdf reports using the cocoon