At 11:36 AM 11/13/01 -0800, you wrote: >I think I need some clarity here. Don't XSP pages compile into generators? >What can be done from a hand coded Generator that can't be done >(dynamically) from XSP? I have been thinking about hand code generaters as >'special case' generators that don't change very often. > >-Mitch
XSP pages do compile into generators. But they seem to be much better at: taking XML contained within the XSP page and outputting it as opposed to: having code within your XSP page that reads XML from some external source (outside the page) and outputting it Seems to me like that type of code is best done as a separate generator of its own. Others agree? disagree? DR --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>