Hi,

In trying to come to (friendly :-) terms with

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

I have prototyped AxKit::XSP::Blogs. It's task is to take a blog out of

   (a) a relational DB, or
   (b) out of a blog XML document.

The original XML document contains something like

          <b:blog xmlns:b="http://ns.it.bond.edu.au/xsp/blogs/v1";
                  src      = "dbi:mysql:where_is_my_db"
                  count    = "10"/>
or

          <b:blog xmlns:b="http://ns.it.bond.edu.au/xsp/blogs/v1";
                  src      = "http://whereever/blog.xml";
                  oldest   = "2002-09-22"/>


This is interpreted by the above AxKit::XSP::Blogs package which fetches
the data and passes on the blog in some XML format (BTW: is there a
'standard' already for this?). The rest is up to usual AxKit rendering.

I wonder whether this is the 'AxKit' way of doing this? When exactly
should you write a 'provider'?

\rho

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to