check the page source of displayed page. If it dumps part of xsp, then as Ugo mentioned, the error is in not using ServerPages generator.

Bhaskar

Andrea Massimiliani 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="{1}.xml"/>
                <map:transform src="saluto.xsl"/>
                <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="{1}.xml"/>
                <map:transform src="doc2pdf.xsl"/>
                <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! <http://g.msn.com/8HMAITIT/2749??PS=47575> --------------------------------------------------------------------- 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]



Reply via email to