-
<
page
xmlns:xsp
="
http://apache.org/xsp
"
xmlns:xsp-request
="
http://apache.org/xsp/request/2.0
"
>
<
title
>
Simple XSP page, served by sub-sitemap
</
title
>
-
<
content
>
<
para
>
Hi there! I'm a simple dynamic page generated by XSP (eXtensible Server Pages).
</
para
>
-
<
para
>
My source resides in the file
<
b
>
samples/sources/content/simple.xsp
</
b
>
.
</
para
>
-
<
para
>
I know that I was requested as the URI
-
<
b
>
<
xsp-request:uri
>
/samples/sources/xsp/http
</
xsp-request:uri
>
</
b
>
, and executed at
<
b
>
Sun Jun 07 14:28:07 WIB 2026
</
b
>
by
<
b
>
Apache Cocoon 2.1.9
</
b
>
.
</
para
>
</
content
>
</
page
>