1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"><head> 3 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" /> 4 <title>Developing Web Applications with XSLTools</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" /> 5 <link href="styles.css" rel="stylesheet" type="text/css" /></head> 6 <body> 7 <h1>Developing Web Applications with XSLTools</h1> 8 <p>This documentation introduces the XSLTools package and the XSLForms 9 framework for developing forms-based Web applications using Python, <a href="http://www.boddie.org.uk/python/libxml2dom.html">libxml2dom</a>, 10 libxml2, libxslt and (optionally) <a href="http://www.boddie.org.uk/python/WebStack.html">WebStack</a>.</p> 11 <h2>Setting Up</h2> 12 <p>First of all, let us assume that the XSLTools distribution has been 13 unpacked and now sits in the <code>XSLTools-0.4.5</code> directory.</p> 14 <p>Before we begin, we must make sure that the XSLTools package is 15 available 16 to Python. The easiest way to do this is to change into the <code>XSLTools-0.4.5</code> directory and to run the <code>setup.py</code> 17 script provided with the version of Python you are going to be using 18 (possibly as a privileged user like <code>root</code>):</p> 19 <pre>cd XSLTools-0.4.5<br />python setup.py install</pre> 20 <p>If you don't want to install XSLTools in this way, or if you can't 21 do so 22 because you don't have <code>root</code> privileges, you can just make 23 sure 24 that the <code>XSLTools-0.4.5</code> directory sits on your 25 <code>PYTHONPATH</code>.</p> 26 <h2>Viewing the API Documentation</h2> 27 <p>The API documentation for use in conjunction with this 28 guide can be found inside the <a href="../apidocs/index.html"><code>apidocs</code></a> 29 directory within the <code>XSLTools-0.4.5</code> directory. Of course, 30 it is always possible to view the API documentation 31 within Python by importing modules (such as <a href="../apidocs/public/XSLTools.XSLOutput-module.html"><code>XSLTools.XSLOutput</code></a>) 32 and using Python's built-in <code>help</code> function.</p> 33 <h2>About XSLForms Applications</h2> 34 <ul> 35 <li><a href="what.html">What are XSLTools and XSLForms?</a></li> 36 <li><a href="model.html">The XSLForms Conceptual Model</a></li> 37 <li><a href="overview.html">Creating Applications: An Overview</a></li> 38 </ul> 39 </body></html>