xmllint
and xsltproc.http://xmlsoft.org/sources/win32/ for 32
bit architectureshttp://xmlsoft.org/sources/win32/64bit/ for
64 bit.libxml2-2.9.1-win32-x86_64.7z
archive yields a folder containingbinincludelibsharebin directory contains 4 files:libxml2-2.dllxml2-configxmlcatalog.exexmllint.exeIf you wish to use libxml solely through the
supplied utilities, such
as xmllint or xsltproc, then all you
need
to do is place the contents
of the bin directory from the binary package
[archive] in a
directory on your
disc which is mentioned in your PATH environment
variable. You can use
an existing directory which is already in the path, such as C:\WINDOWS.
You can also create a new directory
for libxml and place
the files there, but be sure to modify the PATH
environment variable
and add that new directory to its list.
It is not necessary to extract the
content of these zips [archives]
        entirely, instead [only] the required functionality will be extracted.
Create a suitable directory to contain the stuff that is about to be
extracted. For example, on my home machine. If I am running a Windows
system I have a directory called c:\tools which contains
all the tools
I install. Within c:\tools I have a directory called libxml
that
contains the stuff I want from these zips. Create a suitable directory
to extract the desired content from the zips into.
bin subdirectory of] the libxml archive [e.g. libxml2-2.9.1-win32-x86_64.7z] into the directory.
        libxml2.dllxmllint.exebin subdirectory of] the libxslt archive [e.g. libxslt-1.1.28-win32-x86_64.7z] into the directory.libexslt.dlllibxslt.dllxsltproc.exebin subdirectory of] the iconv archive [e.g. iconv-1.14-win32-x86_64.7z] into the directory.iconv.dlliconv.exe
                \directory\you\just\unzipped\everything\to to the PATH
environment variable.