that's an errror to copy the file:
<?xml version="1.0" encoding="iso-8859-1"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<!-- define the Cocoon processing pipelines -->
<map:pipelines>
<map:pipeline>
<!-- respond to *.html requests with
our docs processed by doc2html.xsl -->
<map:match pattern="*.html">
<map:generate src=""/>
<map:transform src=""/>
<map:serialize type="html"/>
</map:match>
<!-- later, respond to *.pdf requests with
our docs processed by doc2pdf.xsl -->
<map:match pattern="*.pdf">
<map:generate src=""/>
<map:transform src=""/>
<map:serialize type="fo2pdf"/>
</map:match>
</map:pipeline>
</map:pipelines>
</map:sitemap>
>From: "Carl-Otto Kjellkvist" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: XSP help!
>Date: Fri, 09 Jul 2004 18:25:39 +0100
>
>you have to "close" your first match -- </map:match>
>
>/c-o
>
>On Fri, 09 Jul 2004 18:19:41 +0200, Andrea Massimiliani
><[EMAIL PROTECTED]> wrote:
>
>><?xml version="1.0" encoding="iso-8859-1"?>
>><map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
>>
>><!-- define the Cocoon processing pipelines -->
>><map:pipelines>
>><map:pipeline>
>><!-- respond to *.html requests with
>>our docs processed by doc2html.xsl -->
>><map:match pattern="*.html">
>><map:generate src=""/>
>><map:transform src=""/>
>><map:serialize type="html"/>
>><map
>>
>><!-- later, respond to *.pdf requests with
>>our docs processed by doc2pdf.xsl -->
>><map:match pattern="*.pdf">
>><map:generate src=""/>
>><map:transform src=""/>
>><map:serialize type="fo2pdf"/>
>></map:match>
>></map:pipeline>
>></map:pipelines>
>></map:sitemap>
>>
>>>From: Ugo Cei <[EMAIL PROTECTED]>
>>
>>>Reply-To: [EMAIL PROTECTED]
>>
>>>To: [EMAIL PROTECTED]
>>
>>>Subject: Re: XSP help!
>>
>>>Date: Fri, 09 Jul 2004 18:09:32 +0200
>>
>>>
>>
>>>Andrea Massimiliani wrote:
>>
>>>>I don't see the message "HELLO WORLD" in file greeting.html
>>
>>>>
>>
>>>>The page is white!
>>
>>>>
>>
>>>>nothing error!
>>
>>>
>>
>>>Show us the pipeline, please.
>>
>>>
>>
>>>Ugo
>>
>>>
>>
>>>---------------------------------------------------------------------
>>
>>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>
>>>For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>>
>>
>>
>>Personalizza MSN Messenger con sfondi e foto. E' divertente!
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED] For
>>additional
>>commands, e-mail: [EMAIL PROTECTED]
>
>
>
>--
>Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]