HTML-XHTML-DVSM

 view release on metacpan or  search on metacpan

DVSM.pm  view on Meta::CPAN

    return $filename;
}

return 1;


__END__

=head1 NAME

HTML::XHTML::DVSM - Dynamic Visual Software Modelling, XML/XHTML template system that does not screw up your templates. V1.2

=head1 SYNOPSIS

=over 4

=item The HTML - getstarted.html 

Illustrates all but one of the the DVSM commands that can be 
embedded into xml or xhtml markup, and the missing one is explained below.   
All markup must be xhtml not html.

DVSM.pm  view on Meta::CPAN

    <tr name="customers"><td name="custid">848488</td><td name="custname">Ms S Jones</td></tr>
    </tbody>
    </table>
    </body></html>

=back

=head1 README

C<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.

The unique thing about DVSM is it does NOT corrupt your original XML/XHTML. After XHTML is 
developed to run dynamically in your website you can still load the template xhtml into your
dreamweaver or other html tool and it will look exactly the same as it did before.  You can
do a storyboard of your whole website and the story board will be preserved even when it is
used as a template for your dynamic, live website.

=head1 PREREQUISITES

Other than for the use of C<strict> there are actually no dependancies in HTML::XHTML::DVSM.
It uses simple regular expressions to parse script elements and xml/xhtml.  In future
should there be demand, it would probably be amended to allow the use of a proper XML

README  view on Meta::CPAN

HTML/XHTML/DVSM version 1.1
===========================

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



( run in 2.081 seconds using v1.01-cache-2.11-cpan-49f99fa48dc )