Libxml2, Utilities, XML C parser Libxml2 V2.6.13HLibxml2 is the XML C parser and toolkit developed for the Gnome project.:It is used by several software packages, including Python.GBy default, the installation procedure installs this library package in>the |SYS$COMMON:[LIBXML2]| directory. To install it in anotherGdirectory, dev:[dir], use the |/DESTINATION| parameter of the |PRODUCT|Ccommand. In this case, the library package will be installed in the|dev:[dir.LIBXML2]| directory. InstallationH 1. Make the directory which holds the ZIP file your default directory0 2. Extract the PCSI kit from the ZIP archive.#$ UNZIP "-V" LIBXML2-V0206-13-1.ZIP= 3. Install the library package to your chosen destination.&$ PRODUCT INSTALL libxml2 /(default)/ or ...0$ PRODUCT INSTALL libxml2 /DESTINATION=dev:[dir]@ 4. Finally, run the DCL procedure |STARTUP.COM| to define the necessary logicals.K(You might want to add the relevant line to your |SYSTARTUP_VMS.COM| file.)+$ @SYS$COMMON:[LIBXML2]STARTUP /(default)/or ...$ @dev:[dir.LIBXML2]:STARTUP