XML.com: XML From the Inside Out
oreilly.comSafari Bookshelf.Conferences.

advertisement
 Resource Guide -> XSLT Software, Perl Implementations, Open Source -> XML::Xalan

XML::Xalan

Date: May. 4, 2001
Link: http://search.cpan.org/search?dist=XML-Xalan-0.06
Source Author or Organization: Edwin Pratomo, Comprehensive Perl Archive Network (CPAN)

XML::Xalan is a Perl interface to the Xalan Extensible Style Language Transformations (XSLT) processor.

The XML::Xalan package is comprised of three modules: the XML::Xalan::Transformer interface to XalanTransformer class, the XML::Xalan interface to other Xalan C++ classes, and XML::Xerces::ParserLiaison, which is required for using XML::Xalan with XML::Xerces. Perl 5 and Xalan C++ are required.

XML::Xalan has been tested on the Linux platform, and is distributed under the same Artistic License as Perl.