Hmm, could the documentation have some directions for you, smart guy
Perl module: XML::XSLT Copyright (c) 1999 Geert Josten & Egon Willighagen. Copyright (c) 2001 Mark A. Hershberger All rights reserved. This program is free software; you can redistribute it and/or modify i +t 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 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=605 +4> 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 l +ocation 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 m +odule 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 als +o requires Test::More to perform its tests.
http://www.fh-frankfurt.de/~igor/projects/libxml/index.html

|How to Read The Friendly Manual


In reply to Re: XML::LibXML and XML::LibXSLT ppd by Anonymous Monk
in thread XML::LibXML and XML::LibXSLT ppd by nagesh

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.