|
Xsltp.pl is a pure Perl XSLT
XML::Node is for those who
parser. It requires
use Perl to process XML
XML::Parser and CGI
files. XML::Node is built on
packages
(very likely you
top of XML::Parser and
have them) and version of
provides a simplified
Perl higher than 5.6.0.
programming interface.
The program was designed
XML::Node users can register
for use as a server which
callback sub-routines or
can accept user request,
variables to specific type
output result and save
of XML nodes. The values of
data on the local disk.
It
the specified XML nodes are
uses HTTP protocol built in
automatically copied to the
the processor for passing
corresponding variables.
the parameters to XSLT
When specified XML tags are
stylesheets.
found, registered callback
sub-routines are called.
XML::Node is a shortcut to
XML::Parser if you
don't
care much about details of
XML files.
Date: Nov, 14 2004 Date: Nov, 22 1999 |