# HG changeset patch # User paulb # Date 1124380664 0 # Node ID 8abc82f4fd78cc9b4bc673e5aca45226f97b7a47 # Parent 0e04a13ff6585f7c42e87c72e3d3d434e8d1926f [project @ 2005-08-18 15:57:44 by paulb] Moved XSLOutput and XMLTable into a new XSLTools package. Updated the version number for a future release. diff -r 0e04a13ff658 -r 8abc82f4fd78 docs/index.html --- a/docs/index.html Thu Aug 18 15:57:28 2005 +0000 +++ b/docs/index.html Thu Aug 18 15:57:44 2005 +0000 @@ -1,6 +1,5 @@ - - + @@ -12,15 +11,13 @@ - Developing Web Applications with XSLTools - + + Developing Web Applications with XSLTools - - - + @@ -37,25 +34,24 @@

First of all, let us assume that the XSLTools distribution has been -unpacked and now sits in the XSLTools-0.1 directory.

+unpacked and now sits in the XSLTools-0.2 directory.

Before we begin, we must make sure that the XSLTools package is available -to Python. The easiest way to do this is to change into the XSLTools-0.1 -directory and to run the setup.py +to Python. The easiest way to do this is to change into the XSLTools-0.2 directory and to run the setup.py script provided with the version of Python you are going to be using (possibly as a privileged user like root):

-
cd XSLTools-0.1
python setup.py install
+
cd XSLTools-0.2
python setup.py install

If you don't want to install XSLTools in this way, or if you can't do so because you don't have root privileges, you can just make sure -that the XSLTools-0.1 directory sits on your +that the XSLTools-0.2 directory sits on your PYTHONPATH.

@@ -64,9 +60,9 @@

The API documentation for use in conjunction with this guide can be found inside the apidocs -directory within the XSLTools-0.1 directory. Of course, +directory within the XSLTools-0.2 directory. Of course, it is always possible to view the API documentation -within Python by importing modules (such as XSLOutput) +within Python by importing modules (such as XSLTools.XSLOutput) and using Python's built-in help function.

@@ -85,5 +81,4 @@ - - + \ No newline at end of file