- Make sure you xml declaration in helloworld.xml is
<?xml version="1.0"?> (in your email it reads: <?xml
version="1.0">, missing the ending ? - hopefully that
was just a typo.

- Try adding to your xsl: 
<xsl:template match="/">
        <xsl:apply-templates select="document"/>
</xsl:template>

Doing those two things, it works fine.  If that
doesn't fix it, I'd reccomend:
- Add the error page back in to your stripped down
pipeline.
- stop tomcat, while it's down delete your cache-dir
(probably under $TOMCAT_HOME/work - the default).
- monitor your access.log, and on startup core.log to
confirm that things are starting and processing
correctly without errors. (I often do tail -f
access.log while testing pages in a browser in another
window).

Geoff Howard

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

---------------------------------------------------------------------
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:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to