good morning ,  or better good night
I don't know English very well , and for this this email is orrible.
i have a problem , please help me!
i must to create a sitemap with the html generator and an xslt
generator, but don't work or
better or work the xslt without the html generator or the html genetare.
my site map is the follow:


<?xml version="1.0"?>

<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>

   <map:pipelines>

     <map:pipeline>

        <map:match pattern="*">
           <map:generate src="web-site/{1}" type="html"/>
           <map:transform src="XSLT/add.xsl"/>
           <map:serialize type="xhtml"/>
        </map:match>

     </map:pipeline>

   </map:pipelines>

</map:sitemap>

please tell me why?

ths
                 lordsh

Reply via email to