I think what you want is something like <map:generate
src="{1}/index.html"/>. It would benefit you greatly to look at how the
examples are set up, as well as look into the sitemap documentation on
the website.

Liam Morley

-----Original Message-----
From: Alex Kachanov [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 20, 2001 7:40 AM
To: [EMAIL PROTECTED]
Subject: RE: [c2] Lost in sub-folders

   <map:match pattern="">
     <map:redirect-to uri="index.xml"/>
   </map:match>
 
   <map:match pattern="*.xml">
    <map:generate src="{1}.xml"/>
    <map:transform src="stylesheets/2html.xsl"/>
    <map:serialize type="html"/>
   </map:match>
this is the sitemap.xmap in the root folder of the web-site
 
 
with best wishes
Alexander Kachanov 


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