1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
8 <sect1 id="ch-system-xml-parser" role="wrap">
9 <?dbhtml filename="xml-parser.html"?>
11 <sect1info condition="script">
12 <productname>xml-parser</productname>
13 <productnumber>&xml-parser-version;</productnumber>
14 <address>&xml-parser-url;</address>
17 <title>XML::Parser-&xml-parser-version;</title>
19 <indexterm zone="ch-system-xml-parser">
20 <primary sortas="a-Xml-Parser">XML::Parser</primary>
23 <sect2 role="package">
26 <para>The XML::Parser module is a Perl interface to James Clark's
27 XML parser, Expat.</para>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
34 <seg>&xml-parser-ch6-sbu;</seg>
35 <seg>&xml-parser-ch6-du;</seg>
41 <sect2 role="installation">
42 <title>Installation of XML::Parser</title>
44 <para>Prepare XML::Parser for compilation:</para>
46 <screen><userinput remap="configure">perl Makefile.PL</userinput></screen>
48 <para>Compile the package:</para>
50 <screen><userinput remap="make">make</userinput></screen>
52 <para>To test the results, issue:</para>
54 <screen><userinput remap="test">make test</userinput></screen>
56 <para>Install the package:</para>
58 <screen><userinput remap="install">make install</userinput></screen>
62 <sect2 id="contents-xml-parser" role="content">
63 <title>Contents of XML::Parser</title>
66 <segtitle>Installed module</segtitle>
74 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
75 <?dbfo list-presentation="list"?>
76 <?dbhtml list-presentation="table"?>
78 <varlistentry id="Expat">
79 <term><filename class="libraryfile">Expat</filename></term>
81 <para>provides the Perl Expat interface</para>
82 <indexterm zone="ch-system-xml-parser Expat">
83 <primary sortas="c-Expat">Expat</primary>