# xmlbasedsrs Before you start Make sure you have xsltproc installed and that the xsltproc binary is somewhere in your PATH. Installation > su > cd /usr/local/ > tar xvfz xmlbasedsrs-??.tar.gz > cd /usr/local/bin > ln -s ../xmlbasedsrs-??/bin/gsrs . If you untar the package somewhere else. You will have to set $SRS_ROOT = "/usr/local/xmlbasedsrs"; in "/your/path/xmlbasedsrs-??/bin/gsrs" Starting a project > mkdir new_project > cd new_project > cp /path/to/xmlbasedsrs-??/xml/srs.xml . > ln -s /path/to/xmlbasedsrs-??/dtd/srs.dtd . Now edit your srs.xml using emacs or whatever xml tool you like. Save your file and run > gsrs srs.xml This will generate a number of views into the directory "srs_output". Use your favourite browser and point it to srs_output/index.html.