glfs/general/prog/perl-modules/perl-xml-simple.xml
2024-01-19 22:39:35 +01:00

70 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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 "&perl_authors;/id/G/GR/GRANTM/XML-Simple-&XML-Simple-version;.tar.gz">
<!ENTITY my-md5sum "bb841dce889a26c89a1c2739970e9fbc">
]>
<!-- Begin XML::Simple -->
<sect2 id="perl-xml-simple" xreflabel="XML-Simple-&XML-Simple-version;">
<title>XML::Simple-&XML-Simple-version;</title>
<indexterm zone="perl-xml-simple">
<primary sortas="a-XML-Simple">XML::Simple</primary>
</indexterm>
<sect3 role="package">
<title>Introduction to XML::Simple</title>
<para>
XML::Simple provides an easy API to read and write XML (especially config
files). It is deprecated and its use is discouraged.
<!-- per https://metacpan.org/pod/XML::Simple :-
The use of this module in new code is strongly discouraged. (explanations
are given there) -->
</para>
&lfs120_checked;
<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::Simple Dependencies</bridgehead>
<bridgehead renderas="sect5">Optional</bridgehead>
<para role="optional">
<xref linkend="perl-xml-sax"/> (for an alternative parser which
will be used if available, otherwise <application>XML::Parser</application>
which was installed in LFS will be used),
<!-- perl-xml-sax pulls in perl-xml-namespacesupport and
perl-xml-sax-base -->
</para>
</sect3>
<sect3 role="installation">
<title>Installation of XML::Simple</title>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../../xincludes/perl-standard-install.xml"/>
</sect3>
</sect2>