1.1 --- a/docs/responses.html Wed Nov 16 18:27:52 2005 +0000
1.2 +++ b/docs/responses.html Thu Nov 17 19:21:34 2005 +0000
1.3 @@ -3,7 +3,6 @@
1.4
1.5 <title>Responses and Presentation</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
1.6 <link href="styles.css" rel="stylesheet" type="text/css" /></head>
1.7 -
1.8 <body>
1.9 <h1>Responses and Presentation</h1>
1.10 <p>After performing some kind of
1.11 @@ -90,8 +89,11 @@
1.12 exactly as the resource intended upon raising the exception. Note that
1.13 although <code>WebStack.Generic.EndOfResponse</code> is an exception,
1.14 it will not cause an error condition or change the response code in any
1.15 -way.</p>
1.16 -<h2>Integrating with Content Generators</h2>
1.17 +way.</p><h2>Sending the User Elsewhere</h2><p>Instead
1.18 +of generating any real response, it is also possible to direct an
1.19 +application's user to another resource or application. This is done by
1.20 +performing a "redirect" by sending a special response header to the
1.21 +client, as described in the <a href="redirection.html">"Redirection"</a> document.</p><h2>Integrating with Content Generators</h2>
1.22 <p>Just as applications might need to integrate with other systems in
1.23 order to fetch information or to perform operations on behalf of the
1.24 user, the generation of response content can also be made a lot easier
1.25 @@ -102,5 +104,8 @@
1.26 combine raw data and templates to produce formatted output that can be
1.27 displayed as a Web page (amongst other things).</p>
1.28 <p>See <a href="integrating.html">"Integration with Other Systems"</a>
1.29 -for more information on the principles of using such external libraries.</p>
1.30 +for more information on the principles of using such external libraries. See also <a href="http://www.boddie.org.uk/python/XSLTools.html">XSLTools</a>
1.31 +for a distribution of utilities, including a Web forms framework called
1.32 +XSLForms, which can be of use in generating content for Web
1.33 +applications.</p>
1.34 </body></html>
1.35 \ No newline at end of file