
AxKit::XSP::Demo::Object - how to work object oriented with SimpleTaglib

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

This is a demo how to do some OO stuff with SimpleTaglib. It is far from complete, but gives you an Idea how this would work. 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