From e630191abbcbcb70367f166669587d352e48e853 Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Sat, 15 Jul 2006 05:11:34 +0000 Subject: Bug 344727: Documentation still thinks we need XML::Parser, but we now need XML::Twig Patch by Colin Ogilvie ; r=mkanat --- docs/xml/Bugzilla-Guide.xml | 2 +- docs/xml/installation.xml | 14 ++++++-------- docs/xml/modules.xml | 8 ++++---- 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 52dc293f2..1ed005807 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -66,7 +66,7 @@ - + diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 59199e864..bb2cca7e7 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -410,8 +410,8 @@ - XML::Parser - (&min-xml-parser-ver;) for the XML interface + XML::Twig + (&min-xml-twig-ver;) for the XML interface @@ -508,15 +508,13 @@ -
- XML::Parser (&min-xml-parser-ver;) +
+ XML::Twig (&min-xml-twig-ver;) - The XML::Parser module is only required if you want to import + The XML::Twig module is only required if you want to import XML bugs using the importxml.pl script. This is required to use Bugzilla's "move bugs" feature; you may also want to use it for migrating from another bug database. - XML::Parser requires that the - expat library is already installed on your machine.
diff --git a/docs/xml/modules.xml b/docs/xml/modules.xml index 59c58530e..151358cbd 100644 --- a/docs/xml/modules.xml +++ b/docs/xml/modules.xml @@ -199,11 +199,11 @@ - XML::Parser: + XML::Twig: - CPAN Download Page: - PPM Download Link: Part of core distribution. - Documentation: + CPAN Download Page: + PPM Download Link: + Documentation: -- cgit v1.2.3-24-g4f1b