Refer to http://xmlsoft.org/ for additional information concerning xmlsoft.org.
Detailed information related to this particular package can be found at http://xmlsoft.org/catalog.html.
SUMMARY:Tools for locating DTD and schema files.
One of the toughest things in working with XML files is locating the actual DTD or schema which dictates the document structure. The libxml2 package provides the mechanism to have local copies of the schema installed on your system (which is much easier than trying to keep a real web site up to date).
The libxml2 package can be installed on a Solaris system using the pkg-get command as shown below:
bash#
pkg-get upgrade libxml2
... lots of output from pkg-get,
or message indicating libxml2 is up to date ...
bash#
The libxml2 package can be installed on many Linux systems using the up2date command as shown below:
[root@rice root]#
up2date libxml2
... lots of output from up2date as it updates the package,
or message indicating libxml2 is up to date ...
[root@rice root]#
The package can be installed by following the directions at its associated web site. You should be able to download the necessary file with the commands shown below:
[root@rice root]#
cd /tmp
[root@rice tmp]#
wget -nd -nH ftp://speakeasy.rpmfind.net/pub/libxml/libxml2-2.6.4.tar.gz
[root@rice tmp]#