HTML/XHTML/DVSM version 1.0
===========================

HTML::XHTML::DVSM A perl module that uses a simple scripting language embedded 
within XML/XHTML markup to change the markup by adding, removing and changing 
tags and attributes. The obvious application is for generating dynamic web sites. 
But other applications would be generating XUL gui screens (using XULs such as 
thinlet), or B2B XML documents.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  strict
  Carp

COPYRIGHT AND LICENCE

Copyright (C) 2007 Stuart Butler (stuart.butler@dvsm.co.uk) 
and Grant Holman (grant.holman@dvsm.co.uk).  All rights reserved. 
This program is free software; you can redistribute it and/or modify it under the 
same terms as Perl itself.
