diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml
index d6fe1a87e..3735c2ea7 100644
--- a/chapter06/chapter06.xml
+++ b/chapter06/chapter06.xml
@@ -52,7 +52,6 @@
-
diff --git a/chapter06/perl.xml b/chapter06/perl.xml
index 24f99adf0..955509b04 100644
--- a/chapter06/perl.xml
+++ b/chapter06/perl.xml
@@ -117,6 +117,33 @@
Install the package:
+make install
+
+
+
+
+ Installation of XML::Parser
+
+ Extract the XML::Parser tarball and change to the extracted
+ directory:
+
+tar xf ../XML-Parser-&xml-parser-version;.tar.gz
+cd XML-Parser-&xml-parser-version;
+
+ Prepare XML::Parser for compilation:
+
+perl Makefile.PL
+
+ Compile the package:
+
+make
+
+ To test the results, issue:
+
+make test
+
+ Install the package:
+
make install
diff --git a/chapter06/xml-parser.xml b/chapter06/xml-parser.xml
deleted file mode 100644
index 5eb7f1987..000000000
--- a/chapter06/xml-parser.xml
+++ /dev/null
@@ -1,92 +0,0 @@
-
-
- %general-entities;
-]>
-
-
-
-
-
- xml-parser
- &xml-parser-version;
- &xml-parser-url;
-
-
- XML::Parser-&xml-parser-version;
-
-
- XML::Parser
-
-
-
-
-
- The XML::Parser module is a Perl extension interface to James Clark's
- XML parser, expat.
-
-
- &buildtime;
- &diskspace;
-
-
- &xml-parser-ch6-sbu;
- &xml-parser-ch6-du;
-
-
-
-
-
-
- Installation of XML::Parser
-
- Prepare XML::Parser for compilation:
-
-perl Makefile.PL
-
- Compile the package:
-
-make
-
- To test the results, issue:
-
-make test
-
- Install the package:
-
-make install
-
-
-
-
- Contents of XML::Parser
-
-
- Installed programs
-
-
- placeholder
-
-
-
-
- Short Descriptions
-
-
-
-
- placeholder
-
- Unknown
-
- placeholder
-
-
-
-
-
-
-
-
-