in reply to XML PERL Hosting System

In my steadily strengthening opinion, XML is not for humans to learn or type.

For your project, I'd look strongly at Slashcode, and in particular, setting up your "programming" interface using Template Toolkit and letting the heavy lifting be done with Template's plugin system. The Template language is a "learn a little at a time" language, very nicely done.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: •Re: XML PERL Hosting System
by Angel (Friar) on Sep 02, 2002 at 02:28 UTC
    The template system is awesome. I think I will use that to form the basis for the systems. Thank you