--------------------------------
# README file for XML::STX #
--------------------------------
XML::STX is a pure Perl implementation of STX processor. Streaming Transformations for XML (STX) is a one-pass transformation language for XML documents that builds on the Simple API for XML (SAX). See http://stx.sourceforge.net/ for more details.
Copyright (c) 2002-2003 Ginger Alliance. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The module builds and installs in a standard way:
perl Makefile.PL
make
make test
make install
To install on Windows (with ActivePerl), just replace "make" with "nmake".
command line interface to XML::STX
GUI (Gtk+) viewer of STX transformation sheets
USAGE:
stxview.pl
Petr Cimprich <petr@gingerall.cz>, Ginger Alliance