summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-04-23 21:29:56 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-04-23 21:29:56 +0000
commitcc98e5594625cd8f4ec13a4bdfce584891ffc49d (patch)
tree96c541a3d6536ceaad6c394ee7189bfbe0e668b8
parent6c87e3dd3f46eadf7a7caabfc1c364cb4d1f4edb (diff)
downloadlibxslt-cc98e5594625cd8f4ec13a4bdfce584891ffc49d.tar.gz
libxslt-cc98e5594625cd8f4ec13a4bdfce584891ffc49d.tar.bz2
libxslt-cc98e5594625cd8f4ec13a4bdfce584891ffc49d.zip
fixed a bug introduced in the last commit tried to fix #111437 side effect
* libexslt/sets.c: fixed a bug introduced in the last commit * libxslt/transform.c: tried to fix #111437 * tests/docbook/result/xtchunk/html/*.orig tests/multiple/out/*.orig: side effect of #111437 change. Daniel
-rw-r--r--ChangeLog7
-rw-r--r--libexslt/sets.c2
-rw-r--r--libxslt/transform.c12
-rw-r--r--tests/docbook/result/xtchunk/html/apa.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/apas02.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/apas03.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/index.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs02.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs03.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs04.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs05.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs06.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs07.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs08.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs09.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs10.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs11.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs12.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs13.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs14.orig1
-rw-r--r--tests/docbook/result/xtchunk/html/indexs15.orig1
-rw-r--r--tests/multiple/out/lettera.orig1
-rw-r--r--tests/multiple/out/letterb.orig1
-rw-r--r--tests/multiple/out/letterc.orig1
-rw-r--r--tests/multiple/out/letterd.orig1
-rw-r--r--tests/multiple/out/lettere.orig1
-rw-r--r--tests/multiple/out/letterf.orig1
-rw-r--r--tests/multiple/out/letterg.orig1
-rw-r--r--tests/multiple/out/letterh.orig1
-rw-r--r--tests/multiple/out/letterij.orig1
-rw-r--r--tests/multiple/out/letterk.orig1
-rw-r--r--tests/multiple/out/letterl.orig1
-rw-r--r--tests/multiple/out/letterm.orig1
-rw-r--r--tests/multiple/out/lettern.orig1
-rw-r--r--tests/multiple/out/lettero.orig1
-rw-r--r--tests/multiple/out/letterp.orig1
-rw-r--r--tests/multiple/out/letterq.orig1
-rw-r--r--tests/multiple/out/letterr.orig1
-rw-r--r--tests/multiple/out/letters.orig1
-rw-r--r--tests/multiple/out/lettert.orig1
-rw-r--r--tests/multiple/out/letteruv.orig1
-rw-r--r--tests/multiple/out/letterw.orig1
-rw-r--r--tests/multiple/out/letterx.orig1
-rw-r--r--tests/multiple/out/lettery.orig1
-rw-r--r--tests/multiple/out/letterz.orig1
-rw-r--r--tests/multiple/out/titlepage.orig1
46 files changed, 14 insertions, 50 deletions
diff --git a/ChangeLog b/ChangeLog
index c4ae9714..1c81b56e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Wed Apr 23 23:27:44 CEST 2003 Daniel Veillard <daniel@veillard.com>
+
+ * libexslt/sets.c: fixed a bug introduced in the last commit
+ * libxslt/transform.c: tried to fix #111437
+ * tests/docbook/result/xtchunk/html/*.orig
+ tests/multiple/out/*.orig: side effect of #111437 change.
+
Wed Apr 23 22:41:08 CEST 2003 Daniel Veillard <daniel@veillard.com>
* libexslt/strings.c: applied last patch for #110023 from
diff --git a/libexslt/sets.c b/libexslt/sets.c
index 4f397621..72f34133 100644
--- a/libexslt/sets.c
+++ b/libexslt/sets.c
@@ -125,7 +125,7 @@ exsltSetsDistinctFunction (xmlXPathParserContextPtr ctxt, int nargs) {
if (ret != ns)
xmlXPathFreeNodeSet(ns);
- obj = xmlXPathWrapNodeSet(ns);
+ obj = xmlXPathWrapNodeSet(ret);
obj->user = user;
obj->boolval = boolval;
valuePush((ctxt), obj);
diff --git a/libxslt/transform.c b/libxslt/transform.c
index e0f1adf8..6bba5b2a 100644
--- a/libxslt/transform.c
+++ b/libxslt/transform.c
@@ -2043,21 +2043,21 @@ xsltDocumentElem(xsltTransformContextPtr ctxt, xmlNodePtr node,
if (((doctypePublic != NULL) || (doctypeSystem != NULL)))
res = htmlNewDoc(doctypeSystem, doctypePublic);
else {
- if (version == NULL)
- version = (const xmlChar *) "4.0";
+ if (version != NULL) {
#ifdef XSLT_GENERATE_HTML_DOCTYPE
- xsltGetHTMLIDs(version, &doctypePublic, &doctypeSystem);
+ xsltGetHTMLIDs(version, &doctypePublic, &doctypeSystem);
#endif
- res = htmlNewDoc(doctypeSystem, doctypePublic);
+ }
+ res = htmlNewDocNoDtD(doctypeSystem, doctypePublic);
}
if (res == NULL)
goto error;
} else if (xmlStrEqual(method, (const xmlChar *) "xhtml")) {
xsltTransformError(ctxt, NULL, inst,
- "xsltDocumentElem: unsupported method xhtml, using html\n",
+ "xsltDocumentElem: unsupported method xhtml\n",
style->method);
ctxt->type = XSLT_OUTPUT_HTML;
- res = htmlNewDoc(doctypeSystem, doctypePublic);
+ res = htmlNewDocNoDtD(doctypeSystem, doctypePublic);
if (res == NULL)
goto error;
} else if (xmlStrEqual(method, (const xmlChar *) "text")) {
diff --git a/tests/docbook/result/xtchunk/html/apa.orig b/tests/docbook/result/xtchunk/html/apa.orig
index af57908d..b0e5b208 100644
--- a/tests/docbook/result/xtchunk/html/apa.orig
+++ b/tests/docbook/result/xtchunk/html/apa.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>A. Document Templates</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs15.html" title="Resources"><link rel="next" href="apas02.html" title="Template 2: Applet Manual For GNOME 1.x"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">A. Document Templates</th></tr><tr><td width="20%" align="left"><a href="indexs15.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="apas02.html">Next</a></td></tr></table><hr></div><div class="appendix"><h2 class="title" style="clear: both"><a name="templates"></a>A. Document Templates</h2><div class="sect1"><a name="template1"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="template1"></a>Template 1: Application Manual</h2></div></div><p>
The following template should be used for all application
manuals. You can always get the latest copy of this
diff --git a/tests/docbook/result/xtchunk/html/apas02.orig b/tests/docbook/result/xtchunk/html/apas02.orig
index 4fa8208c..e070fe61 100644
--- a/tests/docbook/result/xtchunk/html/apas02.orig
+++ b/tests/docbook/result/xtchunk/html/apas02.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Template 2: Applet Manual For GNOME 1.x</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="apa.html" title="A. Document Templates"><link rel="previous" href="apa.html" title="A. Document Templates"><link rel="next" href="apas03.html" title="Template 2: Applet Manual For GNOME 2.x"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Template 2: Applet Manual For GNOME 1.x</th></tr><tr><td width="20%" align="left"><a href="apa.html">Prev</a> </td><th width="60%" align="center">A. Document Templates</th><td width="20%" align="right"> <a href="apas03.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="template2-1x"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="template2-1x"></a>Template 2: Applet Manual For GNOME 1.x</h2></div></div><p>
The following templates should be used for all applet
manuals in GNOME 1.x releases. You can always get the latest
diff --git a/tests/docbook/result/xtchunk/html/apas03.orig b/tests/docbook/result/xtchunk/html/apas03.orig
index 87cb209e..567eef8f 100644
--- a/tests/docbook/result/xtchunk/html/apas03.orig
+++ b/tests/docbook/result/xtchunk/html/apas03.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Template 2: Applet Manual For GNOME 2.x</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="apa.html" title="A. Document Templates"><link rel="previous" href="apas02.html" title="Template 2: Applet Manual For GNOME 1.x"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Template 2: Applet Manual For GNOME 2.x</th></tr><tr><td width="20%" align="left"><a href="apas02.html">Prev</a> </td><th width="60%" align="center">A. Document Templates</th><td width="20%" align="right"> </td></tr></table><hr></div><div class="sect1"><a name="template2-2x"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="template2-2x"></a>Template 2: Applet Manual For GNOME 2.x</h2></div></div><p>
The following templates should be used for all applet
manuals in GNOME 2.x releases. You can always get the latest
diff --git a/tests/docbook/result/xtchunk/html/index.orig b/tests/docbook/result/xtchunk/html/index.orig
index b9496311..91e0d22b 100644
--- a/tests/docbook/result/xtchunk/html/index.orig
+++ b/tests/docbook/result/xtchunk/html/index.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>The GNOME Handbook of Writing Software Documentation</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="next" href="indexs02.html" title="Getting Started Writing GNOME Documentation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The GNOME Handbook of Writing Software Documentation</th></tr><tr><td width="20%" align="left"> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs02.html">Next</a></td></tr></table><hr></div><div class="article"><div class="titlepage"><div><h2 class="title"><a name="index"></a>The GNOME Handbook of Writing Software Documentation</h2></div><div><h3 class="author">David Mason</h3><div class="affiliation"><span class="orgname">Red Hat, Inc.<br></span><div class="address"><br>
            <tt>&lt;<a href="mailto:dcm@redhat.com">dcm@redhat.com</a>&gt;</tt><br>
          </div></div><h3 class="author">Daniel Mueth</h3><div class="affiliation"><div class="address"><br>
diff --git a/tests/docbook/result/xtchunk/html/indexs02.orig b/tests/docbook/result/xtchunk/html/indexs02.orig
index 229d5481..8feca452 100644
--- a/tests/docbook/result/xtchunk/html/indexs02.orig
+++ b/tests/docbook/result/xtchunk/html/indexs02.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Getting Started Writing GNOME Documentation</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="next" href="indexs03.html" title="The GNOME Documentation System"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Getting Started Writing GNOME Documentation</th></tr><tr><td width="20%" align="left"><a href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs03.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="gettingstarted"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="gettingstarted"></a>Getting Started Writing GNOME Documentation</h2></div></div><div class="sect2"><a name="selecting"></a><div class="titlepage"><div><h3 class="title"><a name="selecting"></a>Selecting A Document</h3></div></div><div class="sect3"><a name="know"></a><div class="titlepage"><div><h4 class="title"><a name="know"></a>Document Something You Know</h4></div></div><p>
The most frequently asked question of new contributors who
join the GDP is &quot;which document should I start
diff --git a/tests/docbook/result/xtchunk/html/indexs03.orig b/tests/docbook/result/xtchunk/html/indexs03.orig
index 2af515f4..906f3d2b 100644
--- a/tests/docbook/result/xtchunk/html/indexs03.orig
+++ b/tests/docbook/result/xtchunk/html/indexs03.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>The GNOME Documentation System</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs02.html" title="Getting Started Writing GNOME Documentation"><link rel="next" href="indexs04.html" title="DocBook Basics "></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">The GNOME Documentation System</th></tr><tr><td width="20%" align="left"><a href="indexs02.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs04.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="gnomedocsystem"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="gnomedocsystem"></a>The GNOME Documentation System</h2></div></div><div class="sect2"><a name="gnomehelpbrowser"></a><div class="titlepage"><div><h3 class="title"><a name="gnomehelpbrowser"></a>The GNOME Help Browser</h3></div></div><p>
At the core of the GNOME help system is the GNOME
Help Browser. The Help
diff --git a/tests/docbook/result/xtchunk/html/indexs04.orig b/tests/docbook/result/xtchunk/html/indexs04.orig
index c959fd32..d7d9573d 100644
--- a/tests/docbook/result/xtchunk/html/indexs04.orig
+++ b/tests/docbook/result/xtchunk/html/indexs04.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>DocBook Basics </title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs03.html" title="The GNOME Documentation System"><link rel="next" href="indexs05.html" title="GDP Documentation Conventions "></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">DocBook Basics </th></tr><tr><td width="20%" align="left"><a href="indexs03.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs05.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="docbookbasics"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="docbookbasics"></a>DocBook Basics </h2></div></div><div class="sect2"><a name="introtodocbook"></a><div class="titlepage"><div><h3 class="title"><a name="introtodocbook"></a>Introduction to DocBook</h3></div></div><p>
To understand DocBook, a basic understanding of SGML is
helpful. SGML stands for Standard General Markup Language and
diff --git a/tests/docbook/result/xtchunk/html/indexs05.orig b/tests/docbook/result/xtchunk/html/indexs05.orig
index 6a1570fc..4abc812b 100644
--- a/tests/docbook/result/xtchunk/html/indexs05.orig
+++ b/tests/docbook/result/xtchunk/html/indexs05.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>GDP Documentation Conventions </title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs04.html" title="DocBook Basics "><link rel="next" href="indexs06.html" title="Writing Application and Applet Manuals"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">GDP Documentation Conventions </th></tr><tr><td width="20%" align="left"><a href="indexs04.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs06.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="conventions"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="conventions"></a>GDP Documentation Conventions </h2></div></div><div class="sect2"><a name="conventionsalldocs"></a><div class="titlepage"><div><h3 class="title"><a name="conventionsalldocs"></a>Conventions for All GDP Documentation</h3></div></div><div class="sect3"><a name="xmlcomp"></a><div class="titlepage"><div><h4 class="title"><a name="xmlcomp"></a> XML compatibility </h4></div></div><p>
All GNOME documentation should conform to XML syntax
requirements, which are stricter than SGML ones -- see
diff --git a/tests/docbook/result/xtchunk/html/indexs06.orig b/tests/docbook/result/xtchunk/html/indexs06.orig
index 5c360c3d..5e55dffd 100644
--- a/tests/docbook/result/xtchunk/html/indexs06.orig
+++ b/tests/docbook/result/xtchunk/html/indexs06.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Writing Application and Applet Manuals</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs05.html" title="GDP Documentation Conventions "><link rel="next" href="indexs07.html" title="Listing Documents in the Help Menu"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Writing Application and Applet Manuals</th></tr><tr><td width="20%" align="left"><a href="indexs05.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs07.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="writingapplicationmanuals"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="writingapplicationmanuals"></a>Writing Application and Applet Manuals</h2></div></div><p>
Every GNOME application or applet should have a manual specific
to that particular application. This manual should be a complete
diff --git a/tests/docbook/result/xtchunk/html/indexs07.orig b/tests/docbook/result/xtchunk/html/indexs07.orig
index 8c5c2bde..28205ae9 100644
--- a/tests/docbook/result/xtchunk/html/indexs07.orig
+++ b/tests/docbook/result/xtchunk/html/indexs07.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Listing Documents in the Help Menu</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs06.html" title="Writing Application and Applet Manuals"><link rel="next" href="indexs08.html" title="Application Help Buttons"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Listing Documents in the Help Menu</th></tr><tr><td width="20%" align="left"><a href="indexs06.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs08.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="listingdocsinhelpmenu"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="listingdocsinhelpmenu"></a>Listing Documents in the Help Menu</h2></div></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title"><a name="id2928836"></a>Developer Information</h3><p>
This section is for developers. Documentation authors
generally do not need to know this material.
diff --git a/tests/docbook/result/xtchunk/html/indexs08.orig b/tests/docbook/result/xtchunk/html/indexs08.orig
index 4f24c7c9..3557ec92 100644
--- a/tests/docbook/result/xtchunk/html/indexs08.orig
+++ b/tests/docbook/result/xtchunk/html/indexs08.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Application Help Buttons</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs07.html" title="Listing Documents in the Help Menu"><link rel="next" href="indexs09.html" title="Packaging Applet Documentation"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Application Help Buttons</th></tr><tr><td width="20%" align="left"><a href="indexs07.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs09.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="applicationhelpbuttons"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="applicationhelpbuttons"></a>Application Help Buttons</h2></div></div><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title"><a name="id2929190"></a>Developer Information</h3><p>
This section is for developers. Documentation authors
generally do not need to know this material.
diff --git a/tests/docbook/result/xtchunk/html/indexs09.orig b/tests/docbook/result/xtchunk/html/indexs09.orig
index c3d7eade..7241bfaf 100644
--- a/tests/docbook/result/xtchunk/html/indexs09.orig
+++ b/tests/docbook/result/xtchunk/html/indexs09.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Packaging Applet Documentation</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs08.html" title="Application Help Buttons"><link rel="next" href="indexs10.html" title="Writing Context Sensitive Help (coming in GNOME-2.0)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Packaging Applet Documentation</th></tr><tr><td width="20%" align="left"><a href="indexs08.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs10.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="packagingappletdocs"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="packagingappletdocs"></a>Packaging Applet Documentation</h2></div></div><div class="sect2"><a name="appletfiles"></a><div class="titlepage"><div><h3 class="title"><a name="appletfiles"></a>Applet Documentation Files</h3></div></div><p>
In GNOME 2.0 each applet will have its own documentation
installed separately, and the GNOME 2.0 help
diff --git a/tests/docbook/result/xtchunk/html/indexs10.orig b/tests/docbook/result/xtchunk/html/indexs10.orig
index 7d7803e4..fb5882d6 100644
--- a/tests/docbook/result/xtchunk/html/indexs10.orig
+++ b/tests/docbook/result/xtchunk/html/indexs10.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Writing Context Sensitive Help (coming in GNOME-2.0)</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs09.html" title="Packaging Applet Documentation"><link rel="next" href="indexs11.html" title="Referring to Other GNOME Documentation (coming in
GNOME-2.0)"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Writing Context Sensitive Help (coming in GNOME-2.0)</th></tr><tr><td width="20%" align="left"><a href="indexs09.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs11.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="writingcontextsensitivehelp"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="writingcontextsensitivehelp"></a>Writing Context Sensitive Help (coming in GNOME-2.0)</h2></div></div><p>
Context sensitive help, also known as &quot;pop-up&quot; help, will allow
diff --git a/tests/docbook/result/xtchunk/html/indexs11.orig b/tests/docbook/result/xtchunk/html/indexs11.orig
index fd04605f..3eebd9d3 100644
--- a/tests/docbook/result/xtchunk/html/indexs11.orig
+++ b/tests/docbook/result/xtchunk/html/indexs11.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Referring to Other GNOME Documentation (coming in
GNOME-2.0)</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs10.html" title="Writing Context Sensitive Help (coming in GNOME-2.0)"><link rel="next" href="indexs12.html" title="Basics of Documentation Style"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Referring to Other GNOME Documentation (coming in
GNOME-2.0)</th></tr><tr><td width="20%" align="left"><a href="indexs10.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs12.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="referring"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="referring"></a>Referring to Other GNOME Documentation (coming in
diff --git a/tests/docbook/result/xtchunk/html/indexs12.orig b/tests/docbook/result/xtchunk/html/indexs12.orig
index 66dea3f5..a820e4d2 100644
--- a/tests/docbook/result/xtchunk/html/indexs12.orig
+++ b/tests/docbook/result/xtchunk/html/indexs12.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Basics of Documentation Style</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs11.html" title="Referring to Other GNOME Documentation (coming in
GNOME-2.0)"><link rel="next" href="indexs13.html" title="Teamwork"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Basics of Documentation Style</th></tr><tr><td width="20%" align="left"><a href="indexs11.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs13.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="basics"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="basics"></a>Basics of Documentation Style</h2></div></div><p>
Most people have never enjoyed reading a software manual, and
diff --git a/tests/docbook/result/xtchunk/html/indexs13.orig b/tests/docbook/result/xtchunk/html/indexs13.orig
index 20241ef9..edf1f45b 100644
--- a/tests/docbook/result/xtchunk/html/indexs13.orig
+++ b/tests/docbook/result/xtchunk/html/indexs13.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Teamwork</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs12.html" title="Basics of Documentation Style"><link rel="next" href="indexs14.html" title="Finishing A Document"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Teamwork</th></tr><tr><td width="20%" align="left"><a href="indexs12.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs14.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="teamwork"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="teamwork"></a>Teamwork</h2></div></div><div class="sect2"><a name="teamworkgdp"></a><div class="titlepage"><div><h3 class="title"><a name="teamworkgdp"></a>Working With The GDP Team</h3></div></div><p>
The GDP team is a valuable resource for any documentation
author. GDP members can answer most questions documentation
diff --git a/tests/docbook/result/xtchunk/html/indexs14.orig b/tests/docbook/result/xtchunk/html/indexs14.orig
index cac07aa3..5f0ef5a6 100644
--- a/tests/docbook/result/xtchunk/html/indexs14.orig
+++ b/tests/docbook/result/xtchunk/html/indexs14.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Finishing A Document</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs13.html" title="Teamwork"><link rel="next" href="indexs15.html" title="Resources"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Finishing A Document</th></tr><tr><td width="20%" align="left"><a href="indexs13.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="indexs15.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="finishing"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="finishing"></a>Finishing A Document</h2></div></div><div class="sect2"><a name="editting"></a><div class="titlepage"><div><h3 class="title"><a name="editting"></a>Editing The Document</h3></div></div><p>
When the document is finished, the document should be edited
by another member of the GDP for spelling, clarity, and
diff --git a/tests/docbook/result/xtchunk/html/indexs15.orig b/tests/docbook/result/xtchunk/html/indexs15.orig
index a17ce13a..02dda732 100644
--- a/tests/docbook/result/xtchunk/html/indexs15.orig
+++ b/tests/docbook/result/xtchunk/html/indexs15.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Resources</title><meta name="generator" content="DocBook XSL Stylesheets V1.40"><link rel="home" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="up" href="index.html" title="The GNOME Handbook of Writing Software Documentation"><link rel="previous" href="indexs14.html" title="Finishing A Document"><link rel="next" href="apa.html" title="A. Document Templates"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Resources</th></tr><tr><td width="20%" align="left"><a href="indexs14.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a href="apa.html">Next</a></td></tr></table><hr></div><div class="sect1"><a name="resources"></a><div class="titlepage"><div><h2 class="title" style="clear: both"><a name="resources"></a>Resources</h2></div></div><div class="sect2"><a name="resourcesweb"></a><div class="titlepage"><div><h3 class="title"><a name="resourcesweb"></a>Resources On The Web</h3></div></div><p> The <a href="http://developer.gnome.org/projects/gdp/" target="_top">GNOME
Documentation Project Web page</a> lists current GDP
projects and members.
diff --git a/tests/multiple/out/lettera.orig b/tests/multiple/out/lettera.orig
index 9dd83fdc..9cbb64ef 100644
--- a/tests/multiple/out/lettera.orig
+++ b/tests/multiple/out/lettera.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterb.orig b/tests/multiple/out/letterb.orig
index c98b7535..8ce33b24 100644
--- a/tests/multiple/out/letterb.orig
+++ b/tests/multiple/out/letterb.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterc.orig b/tests/multiple/out/letterc.orig
index e49799e0..44a410fd 100644
--- a/tests/multiple/out/letterc.orig
+++ b/tests/multiple/out/letterc.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterd.orig b/tests/multiple/out/letterd.orig
index c19ce9e5..b392495a 100644
--- a/tests/multiple/out/letterd.orig
+++ b/tests/multiple/out/letterd.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/lettere.orig b/tests/multiple/out/lettere.orig
index d2bac265..27758f22 100644
--- a/tests/multiple/out/lettere.orig
+++ b/tests/multiple/out/lettere.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterf.orig b/tests/multiple/out/letterf.orig
index af8bb4ae..80f89534 100644
--- a/tests/multiple/out/letterf.orig
+++ b/tests/multiple/out/letterf.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterg.orig b/tests/multiple/out/letterg.orig
index 82bc55d7..9fc7f4eb 100644
--- a/tests/multiple/out/letterg.orig
+++ b/tests/multiple/out/letterg.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterh.orig b/tests/multiple/out/letterh.orig
index a1403c25..c2f50e23 100644
--- a/tests/multiple/out/letterh.orig
+++ b/tests/multiple/out/letterh.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterij.orig b/tests/multiple/out/letterij.orig
index 45e035f2..bc5bebe7 100644
--- a/tests/multiple/out/letterij.orig
+++ b/tests/multiple/out/letterij.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterk.orig b/tests/multiple/out/letterk.orig
index db756b79..d8a99c4d 100644
--- a/tests/multiple/out/letterk.orig
+++ b/tests/multiple/out/letterk.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterl.orig b/tests/multiple/out/letterl.orig
index 3975cff5..0c152b77 100644
--- a/tests/multiple/out/letterl.orig
+++ b/tests/multiple/out/letterl.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterm.orig b/tests/multiple/out/letterm.orig
index 5d3421c6..a9f4b32d 100644
--- a/tests/multiple/out/letterm.orig
+++ b/tests/multiple/out/letterm.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/lettern.orig b/tests/multiple/out/lettern.orig
index 401bdff5..5fe19fcb 100644
--- a/tests/multiple/out/lettern.orig
+++ b/tests/multiple/out/lettern.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/lettero.orig b/tests/multiple/out/lettero.orig
index e7e944db..d32a6ffb 100644
--- a/tests/multiple/out/lettero.orig
+++ b/tests/multiple/out/lettero.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterp.orig b/tests/multiple/out/letterp.orig
index 4525ea41..1884c763 100644
--- a/tests/multiple/out/letterp.orig
+++ b/tests/multiple/out/letterp.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterq.orig b/tests/multiple/out/letterq.orig
index 1f3643c8..58f101de 100644
--- a/tests/multiple/out/letterq.orig
+++ b/tests/multiple/out/letterq.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterr.orig b/tests/multiple/out/letterr.orig
index fda45fa3..f9a01abf 100644
--- a/tests/multiple/out/letterr.orig
+++ b/tests/multiple/out/letterr.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letters.orig b/tests/multiple/out/letters.orig
index f857150e..66e339f8 100644
--- a/tests/multiple/out/letters.orig
+++ b/tests/multiple/out/letters.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/lettert.orig b/tests/multiple/out/lettert.orig
index e080b363..25eb58db 100644
--- a/tests/multiple/out/lettert.orig
+++ b/tests/multiple/out/lettert.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letteruv.orig b/tests/multiple/out/letteruv.orig
index f500e192..aa327471 100644
--- a/tests/multiple/out/letteruv.orig
+++ b/tests/multiple/out/letteruv.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterw.orig b/tests/multiple/out/letterw.orig
index a56112ca..2a8a6977 100644
--- a/tests/multiple/out/letterw.orig
+++ b/tests/multiple/out/letterw.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterx.orig b/tests/multiple/out/letterx.orig
index 0d282c96..3b025406 100644
--- a/tests/multiple/out/letterx.orig
+++ b/tests/multiple/out/letterx.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/lettery.orig b/tests/multiple/out/lettery.orig
index 0ec302a1..4d8d80b7 100644
--- a/tests/multiple/out/lettery.orig
+++ b/tests/multiple/out/lettery.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/letterz.orig b/tests/multiple/out/letterz.orig
index 7de05950..28d07aa6 100644
--- a/tests/multiple/out/letterz.orig
+++ b/tests/multiple/out/letterz.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
diff --git a/tests/multiple/out/titlepage.orig b/tests/multiple/out/titlepage.orig
index da302f04..6000328e 100644
--- a/tests/multiple/out/titlepage.orig
+++ b/tests/multiple/out/titlepage.orig
@@ -1,4 +1,3 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">