source: general/genlib/libxml2.xml@ 011ef08e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 011ef08e was 011ef08e, checked in by Randy McMurchy <randy@…>, 20 years ago

Updated to libxml2-2.6.14

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2816 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[52d29f7]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[cebbbb5]7<!ENTITY libxml2-download-http "http://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-&libxml2-version;.tar.bz2">
[2744e401]8<!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2-&libxml2-version;.tar.gz">
[011ef08e]9<!ENTITY libxml2-size "2.9 MB">
10<!ENTITY libxml2-buildsize "154 MB">
11<!ENTITY libxml2-time "0.96 SBU">
[52d29f7]12]>
13
[f45b1953]14<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
[a0f03b0]15<sect1info>
[5cd0959d]16<othername>$LastChangedBy$</othername>
17<date>$Date$</date>
[a0f03b0]18</sect1info>
[7f72cbf]19<?dbhtml filename="libxml2.html"?>
[f45b1953]20<title>libxml2-&libxml2-version;</title>
21
[52d29f7]22<sect2>
23<title>Introduction to <application>libxml2</application></title>
[2744e401]24
[52d29f7]25<para>The <application>libxml2</application> package contains
26<acronym>XML</acronym> libraries. These are useful for parsing
27<acronym>XML</acronym> files.</para>
[2744e401]28
[52d29f7]29<sect3><title>Package information</title>
30<itemizedlist spacing='compact'>
31<listitem><para>Download (HTTP): <ulink
32url="&libxml2-download-http;"/></para></listitem>
33<listitem><para>Download (FTP): <ulink
34url="&libxml2-download-ftp;"/></para></listitem>
35<listitem><para>Download size: &libxml2-size;</para></listitem>
36<listitem><para>Estimated Disk space
37required: &libxml2-buildsize;</para></listitem>
38<listitem><para>Estimated build time:
39&libxml2-time;</para></listitem></itemizedlist>
40</sect3>
[2744e401]41
[52d29f7]42<sect3><title><application>libxml2</application> dependencies</title>
43<sect4><title>Optional</title>
[da4aff6]44<para><xref linkend="Python"/></para></sect4>
[52d29f7]45</sect3>
[2744e401]46
[52d29f7]47</sect2>
48
49<sect2>
50<title>Installation of <application>libxml2</application></title>
[2744e401]51
52<para>Install <application>libxml2</application> by running the following
53commands:</para>
54
[4ca92e2c]55<screen><userinput><command>./configure --prefix=/usr --with-history &amp;&amp;
[52d29f7]56make &amp;&amp;
57make install</command></userinput></screen>
[2744e401]58
[52d29f7]59</sect2>
60
61<sect2>
62<title>Command explanations</title>
[2744e401]63
64<para><option>--with-history</option>: Enables
65<application>readline</application> support.</para>
66
[52d29f7]67</sect2>
68
69<sect2>
70<title>Contents</title>
[2744e401]71
[011ef08e]72<para>The <application>libxml2</application> package contains
73<filename class='libraryfile'>libxml2</filename> libraries,
74<command>xmllint</command>,
75<command>xmlcatalog</command> and
76<command>xml2-config</command>.
77</para>
[2744e401]78
[52d29f7]79</sect2>
[2744e401]80
[52d29f7]81<sect2><title>Description</title>
[2744e401]82
[52d29f7]83<sect3><title>libxml2 libraries</title>
84<para><filename class='libraryfile'>libxml2</filename> libraries provide
85the functions for programs to parse files that use the <acronym>XML</acronym>
86format.</para></sect3>
[2744e401]87
[52d29f7]88<sect3><title>xmllint</title>
[2744e401]89<para><command>xmllint</command> parses <acronym>XML</acronym> files and
90outputs reports (based upon options) to detect errors in
91<acronym>XML</acronym> coding.</para></sect3>
92
[52d29f7]93<sect3><title>xmlcatalog</title>
94<para><command>xmlcatalog</command> allows users to monitor and manipulate
95<acronym>XML</acronym> and <acronym>SGML</acronym> catalogs.</para></sect3>
[2744e401]96
[52d29f7]97</sect2>
[f45b1953]98
99</sect1>
100
Note: See TracBrowser for help on using the repository browser.