in reply to integrating XMLHttpRequest and HTML::Template

You're on the right track for doing simple stuff. You just prepare your document as normal. HTML::Template doesn't care if your template is really only a partial page. Really the only reason your CGI should even care if you have an XML request instead of a normal page load is if the output is different (and really you could set that up in the template itself)

  • Comment on Re: integrating XMLHttpRequest and HTML::Template