2018-11-18 07:06:15 +08:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../../../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
|
|
|
|
<!ENTITY my-download-http "&metacpan_authors;/B/BJ/BJOERN/XML-SAX-Expat-&XML-SAX-Expat-version;.tar.gz">
|
|
|
|
<!ENTITY my-md5sum "74c540095d84e3f054d1f8703a73ef76">
|
|
|
|
|
|
|
|
]>
|
|
|
|
|
|
|
|
<!-- Begin XML::SAX::Expat -->
|
|
|
|
<sect2 id="perl-xml-sax-expat" xreflabel="XML-SAX-Expat-&XML-SAX-Expat-version;">
|
|
|
|
|
|
|
|
<title>XML::SAX::Expat-&XML-SAX-Expat-version;</title>
|
|
|
|
|
|
|
|
<indexterm zone="perl-xml-sax-expat">
|
|
|
|
<primary sortas="a-XML-SAX-Expat">XML::SAX::Expat</primary>
|
|
|
|
</indexterm>
|
|
|
|
|
|
|
|
<sect3 role="package">
|
|
|
|
<title>Introduction to XML::SAX::Expat</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
XML::SAX::Expat is an implementation of a SAX2 driver sitting on top of
|
|
|
|
Expat (XML::Parser).
|
|
|
|
</para>
|
|
|
|
|
2020-02-21 04:41:28 +08:00
|
|
|
&lfs91_checked;
|
2018-11-18 07:06:15 +08:00
|
|
|
|
|
|
|
<bridgehead renderas="sect4">Package Information</bridgehead>
|
|
|
|
<itemizedlist spacing="compact">
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download (HTTP): <ulink url="&my-download-http;"/>
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
Download MD5 sum: &my-md5sum;
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect4">XML::SAX::Expat Dependencies</bridgehead>
|
|
|
|
|
|
|
|
<bridgehead renderas="sect5">Required</bridgehead>
|
|
|
|
<para role="required">
|
2018-11-18 07:50:19 +08:00
|
|
|
<xref linkend="perl-xml-sax"/>
|
2018-11-18 07:06:15 +08:00
|
|
|
<!-- perl-xml-sax pulls in perl-xml-namespacesupport and
|
|
|
|
perl-xml-sax-base -->
|
|
|
|
</para>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
<sect3 role="installation">
|
|
|
|
<title>Installation of XML::SAX::Expat</title>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
|
|
href="../../../xincludes/perl-standard-install.xml"/>
|
|
|
|
|
|
|
|
</sect3>
|
|
|
|
|
|
|
|
</sect2>
|