--- "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote: > While that's an admirable goal, allow me to > challenge that on > a few points.
<will take a look at Template-Toolkit/> Does it change matters if I point out that I'm not intending to publish the module, but rather just use it for personal convenience? (There are a few programs I'm going to write to generate different parts of my website from databases, and they'll all be basically the same xml2html interface. I'm not sure if I brought this up in a previous mail or not.) But yes, there definately is feature creep. That's actually one of the reasons I'm flat out scratching the old version of the program (which was much ammended) and rewriting it from scratch with a new approach. One part of this new approach is making it so that all the calls for data run through the black box &get(); that way, if I decide to use a different XML module, or decide to rearrange variables, or rename them, or whatever, that doesn't affect the templates at all, and doesn't affect many parts of the program outside of that subroutine. cheers, ~wren __________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
