On Friday 15 March 2002 17:11, Chris Bilson wrote: > If I could just get the right interface between my perl modules > and the XSL template (Mason? XSP? Text::Template? something else), I > think I would consider this a big win even if I still had to maintain > it all myself.
That's why I'd suggest writing taglibs. It's a bit strange at first, but once you get the hand for it it's really fast. Generating XML from taglibs is often a bit harder than one would expect, but you can wrap the "bad" stuff in a sub and forget about it (note: I think we really shoud do this). XSP is a good way to generate XML imho because if your XML is broken it catches it early. Also, if you go that way and have trouble creating taglibs for certain tasks, we'd surely appreciate comments :-) -- _______________________________________________________________________ Robin Berjon <[EMAIL PROTECTED]> -- CTO k n o w s c a p e : // venture knowledge agency www.knowscape.com ----------------------------------------------------------------------- Critic, n.: A person who boasts himself hard to please because nobody tries to please him. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
