NAME
AxKit::App::TABOO::XSP::Article - Article management tag library for TABOO
SYNOPSIS
Add the story: namespace to your XSP <xsp:page>
tag, e.g.:
<xsp:page
language="Perl"
xmlns:xsp="http://apache.org/xsp/core/v1"
xmlns:story="http://www.kjetil.kjernsmo.net/software/TABOO/NS/Article"
>
Add this taglib to AxKit (via httpd.conf or .htaccess):
AxAddXSPTaglib AxKit::App::TABOO::XSP::Article
DESCRIPTION
This XSP taglib provides tags to store information related to news stories and to fetch and return XML representations of that data, as it communicates with TABOO Data objects, particulary AxKit::App::TABOO::Data::Article.
Apache::AxKit::Language::XSP::SimpleTaglib has been used to write this taglib.
TODO
This taglib will be documented further in upcoming releases. While there is quite a lot of working stuff here, it also has some bad issues.
Tag Reference
FORMALITIES
See AxKit::App::TABOO.