
AxKit::XSP::Demo::Simple - basic SimpleTaglib demo

Add the demo: namespace to your XSP <xsp:page> tag:
<xsp:page
language="Perl"
xmlns:xsp="http://apache.org/xsp/core/v1"
xmlns:simple="http://www.creITve.de/2002/XSP/Demo/Simple"
>
Add this taglib to AxKit (via httpd.conf or .htaccess):
AxAddXSPTaglib AxKit::XSP::Demo::Simple

This is a demo of the basic SimpleTaglib features. See the SimpleTaglib docs for details.

Jörg Walter <jwalt@cpan.org>

Copyright (c) 2002 Jörg Walter. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as AxKit itself.

AxKit, Apache::AxKit::Language::XSP, Apache::AxKit::Language::XSP::SimpleTaglib