1.1 --- a/docs/index.html Sat Sep 08 16:53:18 2007 +0000
1.2 +++ b/docs/index.html Sat Sep 08 16:53:34 2007 +0000
1.3 @@ -1,7 +1,8 @@
1.4 +<?xml version="1.0" encoding="iso-8859-1"?>
1.5 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1.6 <html xmlns="http://www.w3.org/1999/xhtml"><head>
1.7 <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type" />
1.8 - <title>Developing Web Applications with XSLTools</title><meta name="generator" content="amaya 8.1a, see http://www.w3.org/Amaya/" />
1.9 + <title>Developing Web Applications with XSLTools</title>
1.10 <link href="styles.css" rel="stylesheet" type="text/css" /></head>
1.11 <body>
1.12 <h1>Developing Web Applications with XSLTools</h1>
1.13 @@ -10,26 +11,26 @@
1.14 libxml2, libxslt and (optionally) <a href="http://www.boddie.org.uk/python/WebStack.html">WebStack</a>.</p>
1.15 <h2>Setting Up</h2>
1.16 <p>First of all, let us assume that the XSLTools distribution has been
1.17 -unpacked and now sits in the <code>XSLTools-0.4.6</code> directory.</p>
1.18 +unpacked and now sits in the <code>XSLTools-0.4.7</code> directory.</p>
1.19 <p>Before we begin, we must make sure that the XSLTools package is
1.20 available
1.21 -to Python. The easiest way to do this is to change into the <code>XSLTools-0.4.6</code> directory and to run the <code>setup.py</code>
1.22 +to Python. The easiest way to do this is to change into the <code>XSLTools-0.4.7</code> directory and to run the <code>setup.py</code>
1.23 script provided with the version of Python you are going to be using
1.24 (possibly as a privileged user like <code>root</code>):</p>
1.25 -<pre>cd XSLTools-0.4.6<br />python setup.py install</pre>
1.26 +<pre>cd XSLTools-0.4.7<br />python setup.py install</pre>
1.27 <p>If you don't want to install XSLTools in this way, or if you can't
1.28 do so
1.29 because you don't have <code>root</code> privileges, you can just make
1.30 sure
1.31 -that the <code>XSLTools-0.4.6</code> directory sits on your
1.32 +that the <code>XSLTools-0.4.7</code> directory sits on your
1.33 <code>PYTHONPATH</code>.</p>
1.34 <h2>Viewing the API Documentation</h2>
1.35 <p>The API documentation for use in conjunction with this
1.36 -guide can be found inside the <a href="../apidocs/index.html"><code>apidocs</code></a>
1.37 -directory within the <code>XSLTools-0.4.6</code> directory. Of course,
1.38 +guide can be found inside the <a href="../apidocs/index.html"><code>apidocs</code></a>
1.39 +directory within the <code>XSLTools-0.4.7</code> directory. Of course,
1.40 it is always possible to view the API documentation
1.41 within Python by importing modules (such as <a href="../apidocs/public/XSLTools.XSLOutput-module.html"><code>XSLTools.XSLOutput</code></a>)
1.42 -and using Python's built-in <code>help</code> function.</p>
1.43 +and using Python's built-in <code>help</code> function.</p>
1.44 <h2>About XSLForms Applications</h2>
1.45 <ul>
1.46 <li><a href="what.html">What are XSLTools and XSLForms?</a></li>