blob: bebc8281715415ce4cc504eedc5ae0419ac37697 [file] [log] [blame]
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- CVS $Id: hello.xsp,v 1.1 2003/09/07 06:09:10 vgritsenko Exp $ -->
<xsp:page language="java"
xmlns:xsp="http://apache.org/xsp">
<page>
<title>Hello</title>
<content>
<para>This is my first Cocoon page!</para>
<xsp:element name="para">
With the help of XSP and
<xsp:expr>Constants.COMPLETE_NAME</xsp:expr>
</xsp:element>
</content>
</page>
</xsp:page>