E Libxslt Libexslt, programming, Gnome XSLT XML transformations library    Libxslt/Libexslt V1.1.12# http://www.vsm.com.au/ftp/jfp/kits/ 2  Tous droits rservs 2003 Jean-Franois PIRONNE  N Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is 1 an XML language to define transformation for XML.   : It is used by several software packages, including Python.  S It is not necessary to install this package, except to rebuild Python from sources.   L By default, the installation procedure installs this library package in the O SYS$COMMON:[LIBXSLT] directory. To install it in another directory, dev:[dir],  Q use the /DESTINATION parameter of the PRODUCT command. In this case, the library  = package will be installed in the dev:[dir.LIBXXLT] directory.    Installation  H    1. Make the directory which holds the ZIP file your default directory0    2. Extract the PCSI kit from the ZIP archive.  # $ UNZIP "-V" LIBXSLT-V0101-12-1.ZIP   =    3. Install the library package to your chosen destination.   $ $ PRODUCT INSTALL libxslt  (default)     or ...  0 $ PRODUCT INSTALL libxslt /DESTINATION=dev:[dir]  R    4. Finally, run the DCL procedure STARTUP.COM to define the necessary logicals.  I (You might want to add the relevant line to your SYSTARTUP_VMS.COM file.)   ) $ @SYS$COMMON:[LIBXSLT]STARTUP  (default)    or ...   $ @dev:[dir.LIBXSLT]STARTUP 