But the uri of the xsl namespace is inside a <>...
Have you see that?

Regards...


Phillip Gibb wrote:
> 
> 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]>

-- 
Mauricio Souza Lima
Rational Consulting
[EMAIL PROTECTED]
Rua Helena, 140 / cj. 82
São Paulo - SP - Brazil
Fone / Direct: +55 11 3842-7138

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