I don't see the message "HELLO WORLD" in file greeting.html
The page is white!
nothing error!
>From: "Carl-Otto Kjellkvist" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: XSP help!
>Date: Fri, 09 Jul 2004 17:59:09 +0100
>
>What is the error message?
>Your xsp-file must have the ending with *.xsp not *.xml
>How do your sitemap look like?
>
>Regards
>
>c-o
>
>On Fri, 09 Jul 2004 17:48:04 +0200, Andrea Massimiliani
><[EMAIL PROTECTED]> wrote:
>
>>Hi,
>>
>>I've deployed cocoon 2.1.5.
>>
>>I've copyed from site
>>http://cocoon.apache.org/2.0/userdocs/xsp/logicsheet.html
>>the example:
>>
>>greeting.xsl
>>
>><?xml version="1.0"?>
>><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
>>version="1.0">
>>
>><xsl:template match="/">
>> <html>
>> <body>
>> <h1>
>> <xsl:value-of select="greeting"/>
>> </h1>
>> </body>
>> </html>
>></xsl:template>
>>
>></xsl:stylesheet>
>>_____________________________________________________________________________
>>
>>
>>
>>greeting2.xml
>>
>><?xml version="1.0"?>
>>
>><xsp:page xmlns:xsp="http://apache.org/xsp">
>>
>> <xsp:logic>
>> // this could be arbitrarily complex Java code, JDBC queries,
>>etc.
>> String msg = "Hello, world!";
>> </xsp:logic>
>>
>> <greeting>
>> <xsp:expr>msg</xsp:expr>
>> </greeting>
>>
>></xsp:page>
>>
>>But don't work!
>>
>>Who can help me?
>>
>>
>>Ricerche online pi� semplici e veloci con MSN Toolbar !
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED] For
>>additional
>>commands, e-mail: [EMAIL PROTECTED]
>
>
>
>--
>Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
>
>---------------------------------------------------------------------
>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]