Other pages in cocoon still works? If yes, your problem is in the
sub-sitemap (g:\site\sitemap.xmap), not the mounting in the main
sitemap.
There are several typo's in the sitemap. IIRC, some components also has
to be specified. Use a sample sitemap and edit it instead.

Øystein

> 
> <?xml version="1.0"?>
> <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0";>
>  </map:pipelines>
>   <map:pipeline>   
>    <map:handle-errors>
>     <map:transform src="stylesheets/system/error2html.xsl"/>
>     <map:serialize status-code="500"/>
>    <map:handle-errors>
>    <map:match pattern="ctwig/basic01-01.xml"> 
>      <map:generate type="file" src="documents/basic01-01.xml"/> 
>      <map:transform type="xslt" src="stylesheets/basic01-01.xsl"/> 
>      <map:serialize/> 
>    </map:match>
>   </map:pipeline>
>  </map:pipelines>
> </map:sitemap>
> 
> And when i cold :
> http://localhost:8080/cocoon/transfo/ctwig/basic01-01.xml
> I have the folowing message :
> org.apache.cocoon.components.language.LanguageException: 
> Error compiling
> sitemap_xmap: Line 73, column 25: ';' expected. Line
> 224, column 8: Invalid expression statement. Line 224, column 17: ';'
> expected. Line 329, column 12: ')' expected. Line 378, column 17:
> Identifier expected. Line 492, column 50: ')' expected. Line 
> 497, column
> 38: ')' expected. Line 503, column 49: ')' expected. Line 0, column
> 0: 8 errors 
> 
> And i cann anderstand.
> 
> Cann somebody help me ?
> 

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