You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Christoph Stocker <ch...@gmx.at> on 2002/06/10 08:31:19 UTC

replace standard-error-site

hi!


how do i replace the standard error-site from cocoon, which shows the
errors
and exceptions and .... with a site, designed by myself.

do i have to set a flag in the sitemap.xmap or somewhere?


greetings, chris


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: replace standard-error-site

Posted by Nicola Ken Barozzi <ni...@apache.org>.
Christoph Stocker wrote:
> hi!
> 
> can i put there a static HTML-Site in it??
> and how?


This is a question about XSLT.

Just match the root tag and put the output page in it.




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: replace standard-error-site

Posted by Christoph Stocker <ch...@gmx.at>.
hi!

can i put there a static HTML-Site in it??
and how?


greetings, chri

-----Original Message-----
From: Nicola Ken Barozzi [mailto:nicolaken@apache.org] 
Sent: Montag, 10. Juni 2002 12:01
To: cocoon-users@xml.apache.org
Subject: Re: replace standard-error-site


From: "Christoph Stocker" <ch...@gmx.at>

> hi!
> 
> 
> how do i replace the standard error-site from cocoon, which shows the 
> errors and exceptions and .... with a site, designed by myself.
> 
> do i have to set a flag in the sitemap.xmap or somewhere?

Change the stylesheet in <handle-errors/>.
<handle-errors/> is a normal Cocoon pipeline, only with a fixed
generator.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: replace standard-error-site

Posted by Vadim Gritsenko <va...@verizon.net>.
> From: Christoph Stocker [mailto:chris.stocker@gmx.at]
> 
> hi!
> 
> but which xsl-page i have to replace?

Edit the XSL stylesheet you specified in your handle-errors pipeline in
your sitemap.xmap.

Vadim


> greetings, chris
> 
> 
> Christoph Stocker wrote:
> > hi!
> >
> > can i put there a static HTML-Site in it??
> > and how?
> 
> 
> This is a question about XSLT.
> 
> Just match the root tag and put the output page in it.
> 
> 
> -----Original Message-----
> From: Nicola Ken Barozzi [mailto:nicolaken@apache.org]
> Sent: Montag, 10. Juni 2002 12:01
> To: cocoon-users@xml.apache.org
> Subject: Re: replace standard-error-site
> 
> 
> From: "Christoph Stocker" <ch...@gmx.at>
> 
> > hi!
> >
> >
> > how do i replace the standard error-site from cocoon, which shows
the
> > errors and exceptions and .... with a site, designed by myself.
> >
> > do i have to set a flag in the sitemap.xmap or somewhere?
> 
> Change the stylesheet in <handle-errors/>.
> <handle-errors/> is a normal Cocoon pipeline, only with a fixed
> generator.
> 
> --
> Nicola Ken Barozzi                   nicolaken@apache.org
>             - verba volant, scripta manent -
>    (discussions get forgotten, just code remains)
> ---------------------------------------------------------------------


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


RE: replace standard-error-site

Posted by Christoph Stocker <ch...@gmx.at>.
hi!

but which xsl-page i have to replace?

greetings, chris


Christoph Stocker wrote:
> hi!
> 
> can i put there a static HTML-Site in it??
> and how?


This is a question about XSLT.

Just match the root tag and put the output page in it.


-----Original Message-----
From: Nicola Ken Barozzi [mailto:nicolaken@apache.org] 
Sent: Montag, 10. Juni 2002 12:01
To: cocoon-users@xml.apache.org
Subject: Re: replace standard-error-site


From: "Christoph Stocker" <ch...@gmx.at>

> hi!
> 
> 
> how do i replace the standard error-site from cocoon, which shows the 
> errors and exceptions and .... with a site, designed by myself.
> 
> do i have to set a flag in the sitemap.xmap or somewhere?

Change the stylesheet in <handle-errors/>.
<handle-errors/> is a normal Cocoon pipeline, only with a fixed
generator.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>


Re: replace standard-error-site

Posted by Nicola Ken Barozzi <ni...@apache.org>.
From: "Christoph Stocker" <ch...@gmx.at>

> hi!
> 
> 
> how do i replace the standard error-site from cocoon, which shows the
> errors
> and exceptions and .... with a site, designed by myself.
> 
> do i have to set a flag in the sitemap.xmap or somewhere?

Change the stylesheet in <handle-errors/>.
<handle-errors/> is a normal Cocoon pipeline, only with a fixed generator.

-- 
Nicola Ken Barozzi                   nicolaken@apache.org
            - verba volant, scripta manent -
   (discussions get forgotten, just code remains)
---------------------------------------------------------------------


---------------------------------------------------------------------
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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>