# HG changeset patch # User paulb # Date 1134057538 0 # Node ID ef6fcf1ebc4244de7c35ae2f4243314375f4753b # Parent 99317d326e647d73b0a0f1812c8b5b543409f568 [project @ 2005-12-08 15:58:58 by paulb] Removed excessive whitespace. diff -r 99317d326e64 -r ef6fcf1ebc42 docs/index.html --- a/docs/index.html Thu Dec 08 15:55:28 2005 +0000 +++ b/docs/index.html Thu Dec 08 15:58:58 2005 +0000 @@ -1,84 +1,39 @@ - - - - - - - - - - - Developing Web Applications with XSLTools - - - - - - -

Developing Web Applications with XSLTools

- -

This documentation introduces the XSLTools package and the XSLForms framework for developing forms-based Web applications using Python, libxml2dom, libxml2, libxslt and (optionally) WebStack.

- -

Setting Up

- -

First of all, let us assume that the XSLTools distribution has been unpacked and now sits in the XSLTools-0.3 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.3 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.3
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.3 directory sits on your PYTHONPATH.

- -

Viewing the API Documentation

- -

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

- -

About XSLForms Applications

- - - -