you might got a problem with crimson and xalan fighting for jaxp status in
the classpath, se the faq.

mvh karl řie



-----Original Message-----
From: Phillip Gibb [mailto:[EMAIL PROTECTED]]
Sent: 11. desember 2001 07:52
To: '[EMAIL PROTECTED]'
Subject: no such method error!


Hi,

I have just installed Cocoon and I get this message when I try to
view a xml page with a stylesheet

The sitemap handler's sitemap is not available. Please check logs for
the exact error

the error in cocoon.log is : java.lang.NoSuchMethodError

xml :

<?xml version="1.0" ?>
<?xml-stylesheet type="text/xsl" href="test.xsl"?>
<greeting>Hello, world!</greeting>

stylesheet :

<?xml version="1.0" ?>
<xsl:stylesheet xmlns:xsl="<http://www.w3.org/1999/XSL/Transform>"
version="1.0">
<xsl:template match="greeting">
<p>
<xsl:value-of />
</p>
</xsl:template>
</xsl:stylesheet>

I get the same error for other xml & xsl pages

any suggestions will be greatly appreciated

tks

Phill






**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


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


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