in reply to Re: RFC: XML::Composer
in thread RFC: XML::Composer

Actually, it can be used to generate perfectly valid XML and it's pretty easy to do. The main thing is that it trusts you to actually know what you're doing. So long as you have decent tests, there shouldn't be a problem.

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re^3: RFC: XML::Composer
by samtregar (Abbot) on Sep 30, 2005 at 21:57 UTC
    Sure, so can HTML::Template. And with a proper test suite it can make a pretty good XML generator. Does that mean I should rename it XML::Template and recommend it for use producing XML? I don't think so!

    -sam