Menu

Tree [cd3741] master /
 History

HTTPS access


File Date Author Commit
 examples 2004-09-16 gellyfish gellyfish [dee7cd] Renamed the xslt.xsl to xsltdoc.xsl - as it app...
 lib 2013-11-03 Jonathan Stowe Jonathan Stowe [a9e23c] Start adding the OASIS tests in
 t 2013-11-05 Jonathan Stowe Jonathan Stowe [cd3741] Fix for test failing on windows
 Changes 2013-11-03 Jonathan Stowe Jonathan Stowe [1b6125] BOunced version
 MANIFEST 2013-10-28 Jonathan Stowe Jonathan Stowe [97bb65] First step to getting the OASIS compliance tests
 MANIFEST.SKIP 2013-10-27 Jonathan Stowe Jonathan Stowe [eadb73] Update MANIFEST etc. Bounce version
 META.yml 2004-02-20 gellyfish gellyfish [e8b9b7] * Fixes to variables
 Makefile.PL 2013-10-27 Jonathan Stowe Jonathan Stowe [1f5c3d] Updates of metadata prior to 0.50_3 release
 README 2013-10-27 Jonathan Stowe Jonathan Stowe [1f5c3d] Updates of metadata prior to 0.50_3 release
 xslt-parser 2013-10-27 Jonathan Stowe Jonathan Stowe [06c229] Patch from RT #84327

Read Me

			Perl module: XML::XSLT

Copyright (c) 1999 Geert Josten & Egon Willighagen.
Copyright (c) 2001 Mark A. Hershberger
Copyright (c) 2001-2013 Jonathan Stowe.

All rights reserved.

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself. 

The Perl licence can be found in the README file in the Perl source
distribution.

Information can be found at: http://xmlxslt.sourceforge.net/ 

The sourcecode is currently hosted at https://github.com/jonathanstowe/XML-XSLT
please feel free to fork and submit pull requests.

The module can be found at:
http://www.cpan.org/modules/by-module/XML

*** THIS IS ALPHA SOFTWARE ***

Expect the interface to change between versions.

This is a Perl module to parse XSL Transformational sheets. For a
description of the XSLT, see http://www.w3.org/TR/xslt. Currently, it
uses XML::Parser and XML::DOM, but an effort is being made to use
XML::XPath.

XML::Parser is a Perl extension interface to James Clark's XML parser,
expat.  It requires at least version 5.004 of perl and can be found on
CPAN.

XML::DOM is a Perl module that allows XML::Parser to build an Object
Oriented data structure with a DOM Level 1 compliant interface.

While we are working towards conformance with the W3 spec, this is an
alpha version and the module does not conform to the XSLT working
draft at this moment. New releases will be announced on the perl-xml
mailing list [You can subscribe to this list by sending a message to
subscribe-perl-xml@lyris.activestate.com] and to the XML::XSLT mailing
list [subscribe by sending a message to
xmlxslt-subscribe@listbot.com].

Please post bug reports to <https://sourceforge.net/bugs/?group_id=6054>

To configure this module, cd to the directory that contains this
README file and type the following.

	perl Makefile.PL

Then to build you run make.

	make

Run the tests:

        make test

If you have write access to the perl library directories, you may then
install by typing (as superuser):

	make install

If you want to install this module somewhere other than the standard location
then you should use:

 	perl Makefile.PL PREFIX=/location/of/libs

at the first stage above and then in a program that wants to use the module
you should put:

	use lib qw(/locations/of/libs/lib/perl5);

early on in the program.

DEPENDENCIES

This module requires XML::DOM (and its dependency XML::Parser) and also
requires Test::More to perform its tests.

Since version 0.50 it also depends on XML::DOM::XPath which removes some of
the pain with parsing XPath expressions
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.