Giter Site home page Giter Site logo

xml-xalan's Introduction

XML::Xalan --  Perl interface to Xalan, an XSLT processor by Apache XML
Project.

This is free software, you may use it and distribute it under the same
terms as Perl itself. Copyright (c) 2001-2002 Edwin Pratomo.

DESCRIPTION:

XML::Xalan is a Perl interface to Xalan C++, a fast and XSLT 1.0 compliant 
XSLT processor. Features supported are compiled stylesheet, parsed source, 
Perl SAX2 handlers, and user defined extension functions. 

From the Xalan-C++ project homepage:

   Xalan-C++ (named after a rare musical instrument) implements the W3C
   Recommendation 16 November 1999 XSL Transformations (XSLT) Version 1.0
   and the XML Path Language (XPath) Version 1.0. XSLT is the first part
   of the XSL stylesheet language for XML. 

TESTED PLATFORMS:

Linux RH 6.1, 6.2: Perl 5.005_03, egcs-c++ 1.1.2-30
Windows NT: ActivePerl 5.6.1 Build 629, MSVC++ 6.0, SP3, Dinkumware VC++ fixes.

BUILD REQUIREMENTS:

1.  Linux: 

       An ANSI C++ compiler.  Builds are known to work with the GNU
       compiler.

    Win32:   

       MS Visual C++ 6.0, Service Pack 3 and Dinkumware VC++ fixes 
       (http://www.dinkumware.com/vc_fixes.html).

2.  Perl 5

3.  The Apache Xalan C++ XSLT Processor version 1.3, which can be
    downloaded from:

       http://xml.apache.org/dist/xalan-c/

    Choose one which suits your platform. For Linux, it's:

       http://xml.apache.org/dist/xalan-c/Xalan-C_1_3-linux.tar.gz

    The Xalan C++ distributions also comes with Xerces C++ version 1.6.0.
    You'll need the library and header files from both Xalan C++ and 
    Xerces C++.

4.  On Linux, set XALANCROOT and XERCESCROOT environment variables to full paths
    of Xalan and Xerces directories, respectively. Example:

        export XALANCROOT=/opt/xalan
        export XERCESCROOT=/opt/xerces

BUILDING:

Linux:
    perl Makefile.PL
    make
    make test
    make install

Win32:
    perl Makefile.PL
    nmake
    nmake test
    nmake install

xml-xalan's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.