From d4d6100b914eb9b6311bd7e1c7228d31b729a2ad Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 30 Apr 2001 11:49:35 +0000 Subject: [PATCH] - libxslt/preproc.c libxslt/variables.c: found the source of a memory leak with DocBook introduced this w.e.. bit of cleanup. - tests/docbook/result/html/*.html : regenerated the DocBook tests results. Daniel --- ChangeLog | 7 + libxslt/preproc.c | 2 - libxslt/variables.c | 7 +- tests/docbook/result/html/article.html | 62 +-- tests/docbook/result/html/article2.html | 22 +- tests/docbook/result/html/article3.html | 76 ++-- tests/docbook/result/html/bib.html | 14 +- tests/docbook/result/html/book.html | 136 +++--- tests/docbook/result/html/book2.html | 680 +++++++++++++-------------- tests/docbook/result/html/book3.html | 20 +- tests/docbook/result/html/callout.html | 10 +- tests/docbook/result/html/chunk.html | 38 +- tests/docbook/result/html/classsynop.html | 8 +- tests/docbook/result/html/condition.html | 684 ++++++++++++++-------------- tests/docbook/result/html/docbook40.html | 42 +- tests/docbook/result/html/figtest.html | 12 +- tests/docbook/result/html/foottest.html | 24 +- tests/docbook/result/html/fotest.html | 24 +- tests/docbook/result/html/func.html | 2 +- tests/docbook/result/html/graphics.html | 24 +- tests/docbook/result/html/gtest.html | 6 +- tests/docbook/result/html/idxbook.html | 110 ++--- tests/docbook/result/html/multilingual.html | 50 +- tests/docbook/result/html/qa.html | 354 +++++++------- tests/docbook/result/html/qa2.html | 32 +- tests/docbook/result/html/sectest.html | 28 +- tests/docbook/result/html/set.html | 148 +++--- tests/docbook/result/html/table.html | 10 +- tests/docbook/result/html/test.html | 6 +- tests/docbook/result/html/verbtest.html | 2 +- 30 files changed, 1324 insertions(+), 1316 deletions(-) diff --git a/ChangeLog b/ChangeLog index 293b109..298c2a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Apr 30 13:47:11 CEST 2001 Daniel Veillard + + * libxslt/preproc.c libxslt/variables.c: found the source of a + memory leak with DocBook introduced this w.e.. bit of cleanup. + * tests/docbook/result/html/*.html : regenerated the DocBook tests + results. + Sun Apr 29 18:54:03 CEST 2001 Daniel Veillard * libxslt/variables.c: fixing bug #53769 diff --git a/libxslt/preproc.c b/libxslt/preproc.c index aece8fc..8448d3e 100644 --- a/libxslt/preproc.c +++ b/libxslt/preproc.c @@ -136,8 +136,6 @@ static void xsltFreeStylePreComp(xsltStylePreCompPtr comp) { if (comp == NULL) return; - if (comp->inst != NULL) - comp->inst->_private = NULL; if (comp->stype != NULL) xmlFree(comp->stype); if (comp->order != NULL) diff --git a/libxslt/variables.c b/libxslt/variables.c index c8723a6..13aaac0 100644 --- a/libxslt/variables.c +++ b/libxslt/variables.c @@ -57,8 +57,12 @@ xsltNewStackElem(void) { "xsltNewStackElem : malloc failed\n"); return(NULL); } - memset(cur, 0, sizeof(xsltStackElem)); cur->computed = 0; + cur->name = NULL; + cur->nameURI = NULL; + cur->select = NULL; + cur->tree = NULL; + cur->value = NULL; return(cur); } @@ -81,7 +85,6 @@ xsltFreeStackElem(xsltStackElemPtr elem) { if (elem->value != NULL) xmlXPathFreeObject(elem->value); - memset(elem, -1, sizeof(xsltStackElem)); xmlFree(elem); } diff --git a/tests/docbook/result/html/article.html b/tests/docbook/result/html/article.html index 4203d73..d7cea70 100644 --- a/tests/docbook/result/html/article.html +++ b/tests/docbook/result/html/article.html @@ -1,14 +1,14 @@ - + Article Test Document Title -
+

-Article Test Document Title

+Article Test Document Title

nwalsh

Norman Walsh

@@ -21,7 +21,7 @@

Apr. 26, 1999

- + Abstract

This article is just a test. This article is just a test. @@ -36,17 +36,17 @@ This article is just a test. This article is just a test.

This is a “short quote”. -This is a “Quotation with a “nested quotation -containing a “nested quotation and another “nested -quotation””””. +This is a “Quotation with a `nested quotation +containing a “nested quotation and another `nested +quotation'”'”.

This is a literal layout
@@ -84,19 +84,19 @@ figure.

  • -Test item.

  • +Test item.

  • -Test item.

  • +Test item.

  • -Test item.

  • +Test item.

  1. -Test item.

  2. +Test item.

  3. -Test item.

  4. +Test item.

  5. -Test item.

  6. +Test item.

This article is just a test. This article is just a test. This article is just a test. This article is just a test. @@ -105,45 +105,45 @@ This article is just a test. This article is just a test. This article is just a test. This article is just a test.

- +

- + First level section

- +

- + Second level section

- +

- + Third level section

- +
- + Fourth level section
- +
- + Fifth level section (SI)
- +
- + Sixth level section
- +
- + Seventh level section

This article is just a test. This article is just a test. @@ -159,9 +159,9 @@ This article is just a test. This article is just a test.

-
+

-Appendix A. Appendix

+Appendix A. Appendix

This is just a test.

diff --git a/tests/docbook/result/html/article2.html b/tests/docbook/result/html/article2.html index ca3e041..0a744f6 100644 --- a/tests/docbook/result/html/article2.html +++ b/tests/docbook/result/html/article2.html @@ -1,20 +1,20 @@ - + Article Test Document Title -
+

-Article Test Document Title

+Article Test Document Title

Norman Walsh

Apr. 26, 1999

- + Abstract

This article is just a test. This article @@ -38,7 +38,7 @@ This article is just a test. This article is just a test.

- + Table 1. This is a test table

@@ -96,25 +96,25 @@ This article is just a test. This article is just a test.
- + term

-some text

+some text

- + term2a, term2b

-some text

+some text

- + term3

-some text

+some text

some text

some text

diff --git a/tests/docbook/result/html/article3.html b/tests/docbook/result/html/article3.html index 7cae3c0..bd37e2c 100644 --- a/tests/docbook/result/html/article3.html +++ b/tests/docbook/result/html/article3.html @@ -1,32 +1,32 @@ - + Article Test Document Title -
+

-Article Test Document Title

+Article Test Document Title

@@ -37,33 +37,33 @@ This article is just a test. This article is just a test. This article is just a test. This article is just a test.

- +

- + First level section

- +

- + Second level section

- +

- + Third level section

- +
- + Fourth level section
- +
- + Fifth level section

This is just a test.

@@ -73,36 +73,36 @@ This article is just a test. This article is just a test.
- +

- + Another Section

- +

- + SimpleSect @ level 2

This is just a test.

- +

- + Another Section

- +

- + Another Section

- +

- + SimpleSect @ level 3

This is just a test.

@@ -110,27 +110,27 @@ This article is just a test. This article is just a test.
- +

- + Another Section

- +

- + Another Section

- +

- + Another Section

- +
- + SimpleSect @ level 4

This is just a test.

diff --git a/tests/docbook/result/html/bib.html b/tests/docbook/result/html/bib.html index d201d8a..e0a532d 100644 --- a/tests/docbook/result/html/bib.html +++ b/tests/docbook/result/html/bib.html @@ -1,7 +1,7 @@ - + Test Book @@ -20,9 +20,9 @@

The stock stylesheet attempts to do a Bibliography. It probably needs a lot of tweaking. It probably doesn't conform to any specific style.

-

Books

-
- +

Books

+
+

[AhoSethiUllman96] Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. @@ -42,7 +42,7 @@ a lot of tweaking. It probably doesn't conform to any specific style.

-

Periodicals

+

Periodicals

@@ -71,8 +71,8 @@ a lot of tweaking. It probably doesn't conform to any specific style.

Winter, 1996 .

-
- +
+

[Abbrev] diff --git a/tests/docbook/result/html/book.html b/tests/docbook/result/html/book.html index 4f36cba..6e19458 100644 --- a/tests/docbook/result/html/book.html +++ b/tests/docbook/result/html/book.html @@ -1,14 +1,14 @@ - + Book Test Document Title -

+

-Book Test Document Title

+Book Test Document Title

Book Subtitle

Norman Walsh

@@ -25,7 +25,7 @@ Some legal notice. Some legal notice. Some legal notice.

16 December 2000

- + Abstract

Some abstract. Some abstract. Some abstract. Some abstract. @@ -41,9 +41,9 @@ Some abstract. Some abstract. Some abstract. Some abstract.


-
+

-First Dedication

+First Dedication

Just a test. “What about—this?”

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah blah blah blah blah. Blah blah blah blah. @@ -226,56 +226,56 @@ Blah blah blah blah blah blah blah blah. Blah blah blah blah. Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.

-
+

-Dedication

+Dedication

Just a test dedication.

-
+

-Foreword

+Foreword

This is a test paragraph.

-
+

-Preface

+Preface

This is a test preface.

-
+

-Part One Title

+Part One Title

Foo! A legal notice in a part!

-PartIntro Title

-

Partintro content[1].

+PartIntro Title
+

Partintro content[1].

- +

- + PartIntro Section

PartIntros can actually have section content as well.

@@ -286,11 +286,11 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.
1. Section Tests
-
First Sect1 +
First Sect1
-
Second Sect1 +
Second Sect1
-
Third Sect1 +
Third Sect1
@@ -299,7 +299,7 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.

-[1] This is a footnote in a partintro.

+[1] This is a footnote in a partintro.

@@ -308,18 +308,18 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.
- +

- + First Sect1

Paragraph.

@@ -334,17 +334,17 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.
- +

- + Second Sect1

Paragraph.

- +

- + Third Sect1

Paragraph.

@@ -360,10 +360,10 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.
-
+

-Chapter 2. First Chapter

+Chapter 2. First Chapter

Chapter Subtitle

This is a test paragraph.

@@ -377,34 +377,34 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.
-
+

-Chapter 3. Second Chapter

+Chapter 3. Second Chapter

This is a test paragraph. - - + + - - + + - + - - + + - - - + + +

-
+

-Chapter 4. Third Chapter

+Chapter 4. Third Chapter

This is a test paragraph.

-
+

-Appendix A. First Appendix

+Appendix A. First Appendix

This is just a test.

@@ -416,22 +416,22 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah.

-
+

-Appendix B. Second Appendix

+Appendix B. Second Appendix

This is just a test. - - + + - - + + - - + + - - - + + +

diff --git a/tests/docbook/result/html/book2.html b/tests/docbook/result/html/book2.html index 5f1d495..9dfc7ca 100644 --- a/tests/docbook/result/html/book2.html +++ b/tests/docbook/result/html/book2.html @@ -1,7 +1,7 @@ - +Book Title @@ -27,9 +27,9 @@


-
+

-Dedication

+Dedication

This test book is dedicated to all the testers. This is the first para of the dedication.

This is the second para of the dedication.

@@ -38,59 +38,59 @@ of the dedication.

-
+

-Preface Title

+Preface Title

Preface content.

This is the second para of the preface.

This is the third para of the preface.

-
+

-Part One Title

+Part One Title

Foo! A legal notice in a part!

-PartIntro Title

-

Partintro content[1].

+PartIntro Title
+

Partintro content[1].

- +

- + PartIntro Section

PartIntros can actually have section content as well.

@@ -105,34 +105,34 @@ of the dedication.

a sect1 title
-
a sect2 title +
a sect2 title
another sect1 title
-
another sect2 title +
another sect2 title
another sect1 title
another sect1 title
-
3. Inline Tests +
3. Inline Tests
-
4. Block Tests +
4. Block Tests
-
5. List Tests +
5. List Tests
-
6. Table Tests +
6. Table Tests
-
7. Index Term Tests +
7. Index Term Tests
-
Index Term Sect 1 +
Index Term Sect 1
-
Index Term Sect 2 +
Index Term Sect 2
-
Index Term Sect 3 +
Index Term Sect 3
@@ -142,7 +142,7 @@ of the dedication.



-[1] This is a footnote in a partintro.

+[1] This is a footnote in a partintro.

@@ -185,11 +185,11 @@ chapter.

a sect1 title
-
a sect2 title +
a sect2 title
another sect1 title
-
another sect2 title +
another sect2 title
another sect1 title
@@ -203,18 +203,18 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - + + - - + + - - + + - - - + + +

some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. @@ -246,20 +246,20 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - - + + + - - - + + + - - - - - - + + + + + +

some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. @@ -280,9 +280,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect2 title

some text. some text. some text. some text. some text. some text. @@ -292,9 +292,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect3 title

some text. some text. some text. some text. some text. some text. @@ -303,21 +303,21 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - - + + + - - - - - - + + + + + +

- +
- + a sect4 title

some text. some text. some text. some text. some text. some text. @@ -327,9 +327,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + a sect5 title

some text. some text. some text. some text. some text. some text. @@ -358,16 +358,16 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - - - + + + +

- +

- + another sect2 title

a sect2 subtitle

@@ -379,10 +379,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect3 title

a sect3 subtitle

@@ -394,10 +394,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect4 title

a sect4 subtitle

@@ -409,10 +409,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect5 title

a sect5 subtitle

@@ -455,17 +455,17 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

-
+

-Chapter 3. Inline Tests

+Chapter 3. Inline Tests
- +

- -Testing “Quotes” in a title + +Testing `Quotes' in a title

Footnotes[2] are inlines. -Sort of[3]. +Sort of[3]. Another footnote[2].

@@ -606,8 +606,8 @@ Another footnote[2].

And here are a couple of index terms, as another test (of index terms, not inlines). - - + +

@@ -616,16 +616,16 @@ index terms, not inlines).

[2] Like this!

-[3] Well, the marks are, anyway!

+[3] Well, the marks are, anyway!

-
+

-Chapter 4. Block Tests

+Chapter 4. Block Tests
- +

- + Formal Objects

Example

@@ -681,9 +681,9 @@ index terms, not inlines).
- +

- + Informal Objects

InformalExample

@@ -728,61 +728,61 @@ index terms, not inlines).
- +

- + Admonitions

Note

-

Note

+

Note

Consider yourself noted.

Second para.

-

Note

+

Note

Consider yourself noted, simply.

-

NoteTitle

+

NoteTitle

Consider yourself noted.

Second para, with a title.

-

Att

+

Att

Consider yourself noted, simply.

With a title

Important

-

Important

+

Important

Consider yourself important.

Tip

-

Tip

+

Tip

Consider yourself tipped.

Warning

-

Warning

+

Warning

Consider yourself warned.

Caution

-

Caution

+

Caution

Consider yourself cautioned.

SimPara in Caution

-

Simple Caution

+

Simple Caution

A simpler caution.

- +

- + Other Objects

Screen

@@ -849,7 +849,7 @@ no good, nothing but pitiless indifference.—Richard Dawkins

SideBar

@@ -857,9 +857,9 @@ no good, nothing but pitiless indifference.—Richard Dawkins

It's not really clear how MsgSet should be presented. I expect that it's fairly application, if not document, specific.

- +
- +

Record failed CRC

Record n in database @@ -870,7 +870,7 @@ I expect that it's fairly application, if not document, specific.

Panic! Corrupt record!

- +

Level: severe

@@ -879,7 +879,7 @@ I expect that it's fairly application, if not document, specific.

Audience: all

- +

Indicates that some sort of error occured attempting to load a record from the database. Retry. If failure persists, contact the database administrator. @@ -896,265 +896,265 @@ literal
  in a para

-
+

-Chapter 5. List Tests

+Chapter 5. List Tests
- +

- + OrderedLists

Default Numeration

  1. -One

  2. +One

  3. - +
    this one starts with
     a program listing
     what happens?
  4. - +
    this one starts with
     a synopsis
     what happens?
  5. -para first

    +para first

    this one has
     a synopsis
     what happens?
  6. -Three

    +Three

    A
     Screen
     Here
  7. -Four

  8. +Four

Arabic Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

Arabic Numeration (Long)

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

  9. -Five

  10. +Five

  11. -Six

  12. +Six

  13. -Seven

  14. +Seven

  15. -Eight

  16. +Eight

  17. -Nine

  18. +Nine

  19. -Ten

  20. +Ten

  21. -Eleven

  22. +Eleven

UpperAlpha Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

LowerAlpha Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

UpperRoman Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

LowerRoman Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

Continued

First list:

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

Second list:

  1. -Five

  2. +Five

  3. -Six

  4. +Six

  5. -Seven

  6. +Seven

  7. -Eight

  8. +Eight

  9. -Nine

  10. +Nine

  11. -Ten

  12. +Ten

- +

- + ItemizedLists

Default Presentation

  • -One

  • +One

  • - +
    One-point-five. This one starts with
     a program listing
     what happens?
  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

Block Elements in a List

  • -One

    +One

    Another para.

  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

Alternate Mark and OverRide

  • -TeX and LaTeX

  • +TeX and LaTeX

  • -Troff

  • +Troff

  • -Lout

  • +Lout

  • -Test

  • +Test

No mark Presentation

  • -One

  • +One

  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

- +

- + VariableLists

- + Term1

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Term2

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Term3

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

  • -One

  • +One

  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. @@ -1163,11 +1163,11 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Term4

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. @@ -1175,17 +1175,17 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Another List

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + ProgramListing
@@ -1201,9 +1201,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

- + SimpleLists

Inline

@@ -1248,76 +1248,76 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

- + More Complex List Item Content

  • -One

    +One

    Second para

  • -Two

    +Two

    Second para

  • - +

    Three

    Second para

  • -Four

    +Four

    Second para

  • - +

    Formal Element Five

    Second para

  • -Six

  • +Six

  1. -One

    +One

    Second para

  2. -Two

    +Two

    Second para

  3. - +

    Three

    Second para

  4. -Four

    +Four

    Second para

  5. - +

    Formal Element Five

    Second para

  6. -Six

  7. +Six

- +

- + Segmented List

State Birds

@@ -1523,13 +1523,13 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Bird: Western Meadowlark

-
+

-Chapter 6. Table Tests

+Chapter 6. Table Tests

Alternate Alignment on Entry

-
+

- + @@ -1556,9 +1556,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

-
+

- + @@ -1585,9 +1585,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

-
+

- + @@ -1615,9 +1615,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Absolute Widths

-
+

- +

@@ -1650,9 +1650,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Relative Widths

-
+

- +

@@ -1672,9 +1672,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Complex

-
+

- +

@@ -1731,9 +1731,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

With Footnotes

-
+

- +

@@ -1765,9 +1765,9 @@ number

A Big One

-
+

- +

@@ -2319,18 +2319,18 @@ number

-

+

-Chapter 7. Index Term Tests

+Chapter 7. Index Term Tests
- +

- + Index Term Sect 1

Test data.

@@ -2352,12 +2352,12 @@ number

- +
- +

- + Index Term Sect 2

Test data.

@@ -2367,9 +2367,9 @@ number

- +

- + Index Term Sect 3

foo

@@ -2383,56 +2383,56 @@ number

-
+

-Chapter 8. CmdSynopsis Tests

+Chapter 8. CmdSynopsis Tests

Very Simple CmdSynopsis

-
- +
+ cd {directory}

Simple CmdSynopsis

-
- +
+ cal [-j] [-y] [month [year]]

Another Simple CmdSynopsis

-
- +
+ chgrp [-R [-H | -L | -P] ] [-f] group file...

Slightly Complex CmdSynopsis

-
- +
+ emacs [-t file] [-q] [-u user] [+number] [-f function...] [-l file...] file...

Quite Complex CmdSynopsis

-
- +
+ cccp [-$] [-C] [-Dname [=definition]...] [-dD] [-dM] [-I directory...] [-H] [-I-]
[-imacros file...] [-include file...] [-lang-c | -lang-c++ | -lang-objc] [-lint]
[-M | -MD | -MM | -MMD] [-nostdinc] [-P] [-pedantic] [-pedantic-errors] [-trigraphs] [-Uname]
[-undef] [-Wtrigraphs] [-Wcomment] [-Wall] [-Wtraditional] {infile | -} {outfile | -}
-
+

-Chapter 9. FuncSynopsis Tests

+Chapter 9. FuncSynopsis Tests

Two Simple Parameters

-
+

- +

int max (int1, int2);
int int1;
int int2;

Variable Arguments

-
+

- +

#include <varargs.h>

int max @@ -2440,18 +2440,18 @@ number

Void

-
+

- +

int rand ();

Function Pointer Arguments

-
+

- +

void qsort (dataptr, left, right, (* comp));
void *dataptr[];
int left;
int right;
int (* comp) @@ -2459,9 +2459,9 @@ number

-
+

-Chapter 10. Callout Tests

+Chapter 10. Callout Tests

CallOut (using AREASPEC)

@rem = '--*-Perl-*--
@@ -2562,9 +2562,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

-
+

-A Reference Part

+A Reference Part

Table of Contents

I. Reference @@ -2580,18 +2580,18 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Table of Contents

-
RefEntryTitle
-
Chop
+
RefEntryTitle
+
Chop

-RefEntryTitle

+RefEntryTitle
- +

Name

RefName1, RefName2 — Yes, there must be a purpose!
- +

Synopsis

  A
    Synopsis
@@ -2599,30 +2599,30 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Here
- +

-A RefSect1

+A RefSect1

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

-A RefSect2

+A RefSect2

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

-A RefSect3

+A RefSect3

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. -Blah blah blah blah.[6] +Blah blah blah blah.[6] Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

@@ -2633,26 +2633,26 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.



-[6] This is a footnote in a refentry.

+[6] This is a footnote in a refentry.

- + Chop

- +

Name

Chop — strip trailing whitespace
- +

-Description

+Description

Returns the argument string without trailing whitespace.

- + Example 2. chop() example

$trimmed = Chop($line);
@@ -2667,23 +2667,23 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Appendix A. A Very Short Appendix

Blah.

-
+

-Appendix B. A Very Long Appendix

+Appendix B. A Very Long Appendix
@@ -2918,9 +2918,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

- + a sect1 title

some text. some text. some text. some text. some text. some text. @@ -2930,9 +2930,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect2 title

some text. some text. some text. some text. some text. some text. @@ -2942,9 +2942,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect3 title

some text. some text. some text. some text. some text. some text. @@ -2954,9 +2954,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + a sect4 title

some text. some text. some text. some text. some text. some text. @@ -2966,9 +2966,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + a sect5 title

some text. some text. some text. some text. some text. some text. @@ -2983,10 +2983,10 @@ some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect1 title

a sect1 subtitle

@@ -2998,10 +2998,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect2 title

a sect2 subtitle

@@ -3013,10 +3013,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect3 title

a sect3 subtitle

@@ -3028,10 +3028,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect4 title

a sect4 subtitle

@@ -3043,10 +3043,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect5 title

a sect5 subtitle

@@ -3063,9 +3063,9 @@ some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect1 title

some text. some text. some text. some text. some text. some text. @@ -3076,9 +3076,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect1 title

some text. some text. some text. some text. some text. some text. @@ -3094,9 +3094,9 @@ some text. some text. some text. some text. some text. some text. some text.

The stock stylesheet attempts to do a Bibliography. It probably needs a lot of tweaking. It probably doesn't conform to any specific style.

-

Books

-
- +

Books

+
+

[AhoSethiUllman96] Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. @@ -3116,7 +3116,7 @@ a lot of tweaking. It probably doesn't conform to any specific style.

-

Periodicals

+

Periodicals

@@ -3145,8 +3145,8 @@ a lot of tweaking. It probably doesn't conform to any specific style.

Winter, 1996 .

-
- +
+

[Abbrev] @@ -3264,7 +3264,7 @@ USA.

S

-
SGML
+
SGML

See Standard Generalized Markup Language.

Standard Generalized @@ -3325,7 +3325,7 @@ USA.
-

An Index with a Title

+

An Index with a Title

Symbols
!, Index Term Sect 1 diff --git a/tests/docbook/result/html/book3.html b/tests/docbook/result/html/book3.html index 38fedc1..cda90e9 100644 --- a/tests/docbook/result/html/book3.html +++ b/tests/docbook/result/html/book3.html @@ -1,7 +1,7 @@ - + Book Title @@ -33,7 +33,7 @@
A Test Bibliography
Example Glossary
Index
-
Index
+
Index
@@ -41,9 +41,9 @@

The stock stylesheet attempts to do a Bibliography. It probably needs a lot of tweaking. It probably doesn't conform to any specific style.

-

Books

-
- +

Books

+
+

[AhoSethiUllman96] Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. @@ -57,7 +57,7 @@ a lot of tweaking. It probably doesn't conform to any specific style.

-

Periodicals

+

Periodicals

@@ -86,8 +86,8 @@ a lot of tweaking. It probably doesn't conform to any specific style.

Winter, 1996 .

-
- +
+

[Abbrev] @@ -200,7 +200,7 @@ USA.

-

Index

+

Index

Symbols
!, Index Term Sect 1 diff --git a/tests/docbook/result/html/callout.html b/tests/docbook/result/html/callout.html index d6e7a43..390e277 100644 --- a/tests/docbook/result/html/callout.html +++ b/tests/docbook/result/html/callout.html @@ -1,7 +1,7 @@ - + Loops @@ -12,9 +12,9 @@ Loops

- - - + + + DSSSL doesn't have any construct that resembles the for loop that occurs in most imperative languages like C @@ -48,7 +48,7 @@ operand.

2

- + Any number of additional local variables can be defined after the loop variable, just as they can in any other diff --git a/tests/docbook/result/html/chunk.html b/tests/docbook/result/html/chunk.html index 88f76a5..9c8a13a 100644 --- a/tests/docbook/result/html/chunk.html +++ b/tests/docbook/result/html/chunk.html @@ -1,14 +1,14 @@ - + Book Test Document Title -

+

-Book Test Document Title

+Book Test Document Title

Book Subtitle

Norman Walsh


@@ -18,9 +18,9 @@ First Dedication

Just a test.

-
+

-Dedication

+Dedication

Just a test.

@@ -57,9 +57,9 @@

Table of Contents

-
First sect1 +
First sect1
-
Second sect1 +
Second sect1
@@ -68,17 +68,17 @@

Chapter

Appendix

- +

- + First sect1

...

- +

- + Second sect1

...

@@ -89,9 +89,9 @@ Chapter 2. Second Chapter

This is a test paragraph.

-
+

-Chapter 3. Third Chapter

+Chapter 3. Third Chapter

This is a test paragraph.

@@ -149,9 +149,9 @@ This makes the appendix long. This makes the appendix long. This makes the appendix long. This makes the appendix long. This makes the appendix long. This makes the appendix long.

-
+

-Appendix B. Second Appendix

+Appendix B. Second Appendix

This is just a test.

diff --git a/tests/docbook/result/html/classsynop.html b/tests/docbook/result/html/classsynop.html index 3f18ff2..26d6054 100644 --- a/tests/docbook/result/html/classsynop.html +++ b/tests/docbook/result/html/classsynop.html @@ -1,13 +1,13 @@ - + Chapter 1. Class Synopses -
+

-Chapter 1. Class Synopses

+Chapter 1. Class Synopses

This example is Perl; it's the standard DirHandle module. I've cut out the code, so you'll have to trust me on the parameters.

@@ -89,7 +89,7 @@ interface Element : Node { ResultTreeFragment  frag , -                               +                            String  file ) diff --git a/tests/docbook/result/html/condition.html b/tests/docbook/result/html/condition.html index 3ae3f3c..e4f96bd 100644 --- a/tests/docbook/result/html/condition.html +++ b/tests/docbook/result/html/condition.html @@ -1,7 +1,7 @@ - + Book Title @@ -27,9 +27,9 @@


-
+

-Dedication

+Dedication

This test book is dedicated to all the testers. This is the first para of the dedication.

This is the second para of the dedication.

@@ -38,59 +38,59 @@ of the dedication.

-
+

-Preface Title

+Preface Title

Preface content.

This is the second para of the preface.

This is the third para of the preface.

-
+

-Part One Title

+Part One Title

Foo! A legal notice in a part!

-PartIntro Title

-

Partintro content[1].

+PartIntro Title
+

Partintro content[1].

- +

- + PartIntro Section

PartIntros can actually have section content as well.

@@ -105,34 +105,34 @@ of the dedication.

a sect1 title
-
a sect2 title +
a sect2 title
another sect1 title
-
another sect2 title +
another sect2 title
another sect1 title
another sect1 title
-
3. Inline Tests +
3. Inline Tests
-
4. Block Tests +
4. Block Tests
-
5. List Tests +
5. List Tests
-
6. Table Tests +
6. Table Tests
-
7. Index Term Tests +
7. Index Term Tests
-
Index Term Sect 1 +
Index Term Sect 1
-
Index Term Sect 2 +
Index Term Sect 2
-
Index Term Sect 3 +
Index Term Sect 3
@@ -142,7 +142,7 @@ of the dedication.



-[1] This is a footnote in a partintro.

+[1] This is a footnote in a partintro.

@@ -185,11 +185,11 @@ chapter.

a sect1 title
-
a sect2 title +
a sect2 title
another sect1 title
-
another sect2 title +
another sect2 title
another sect1 title
@@ -203,18 +203,18 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - + + - - + + - - + + - - - + + +

some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. @@ -246,20 +246,20 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - - + + + - - - + + + - - - - - - + + + + + +

some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. @@ -280,9 +280,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect2 title

some text. some text. some text. some text. some text. some text. @@ -292,9 +292,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect3 title

some text. some text. some text. some text. some text. some text. @@ -303,21 +303,21 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - - + + + - - - - - - + + + + + +

- +
- + a sect4 title

some text. some text. some text. some text. some text. some text. @@ -327,9 +327,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + a sect5 title

some text. some text. some text. some text. some text. some text. @@ -358,16 +358,16 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. - - - - + + + +

- +

- + another sect2 title

a sect2 subtitle

@@ -379,10 +379,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect3 title

a sect3 subtitle

@@ -394,10 +394,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect4 title

a sect4 subtitle

@@ -409,10 +409,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect5 title

a sect5 subtitle

@@ -455,17 +455,17 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

-
+

-Chapter 3. Inline Tests

+Chapter 3. Inline Tests
- +

- -Testing “Quotes” in a title + +Testing `Quotes' in a title

Footnotes[2] are inlines. -Sort of[3]. +Sort of[3]. Another footnote[2].

@@ -606,8 +606,8 @@ Another footnote[2].

And here are a couple of index terms, as another test (of index terms, not inlines). - - + +

@@ -616,16 +616,16 @@ index terms, not inlines).

[2] Like this!

-[3] Well, the marks are, anyway!

+[3] Well, the marks are, anyway!

-
+

-Chapter 4. Block Tests

+Chapter 4. Block Tests
- +

- + Formal Objects

Example

@@ -681,9 +681,9 @@ index terms, not inlines).
- +

- + Informal Objects

InformalExample

@@ -728,61 +728,61 @@ index terms, not inlines).
- +

- + Admonitions

Note

-

Note

+

Note

Consider yourself noted.

Second para.

-

Note

+

Note

Consider yourself noted, simply.

-

NoteTitle

+

NoteTitle

Consider yourself noted.

Second para, with a title.

-

Att

+

Att

Consider yourself noted, simply.

With a title

Important

-

Important

+

Important

Consider yourself important.

Tip

-

Tip

+

Tip

Consider yourself tipped.

Warning

-

Warning

+

Warning

Consider yourself warned.

Caution

-

Caution

+

Caution

Consider yourself cautioned.

SimPara in Caution

-

Simple Caution

+

Simple Caution

A simpler caution.

- +

- + Other Objects

Screen

@@ -849,7 +849,7 @@ no good, nothing but pitiless indifference.—Richard Dawkins

SideBar

@@ -857,9 +857,9 @@ no good, nothing but pitiless indifference.—Richard Dawkins

It's not really clear how MsgSet should be presented. I expect that it's fairly application, if not document, specific.

- +
- +

Record failed CRC

Record n in database @@ -870,7 +870,7 @@ I expect that it's fairly application, if not document, specific.

Panic! Corrupt record!

- +

Level: severe

@@ -879,7 +879,7 @@ I expect that it's fairly application, if not document, specific.

Audience: all

- +

Indicates that some sort of error occured attempting to load a record from the database. Retry. If failure persists, contact the database administrator. @@ -896,265 +896,265 @@ literal
  in a para

-
+

-Chapter 5. List Tests

+Chapter 5. List Tests
- +

- + OrderedLists

Default Numeration

  1. -One

  2. +One

  3. - +
    this one starts with
     a program listing
     what happens?
  4. - +
    this one starts with
     a synopsis
     what happens?
  5. -para first

    +para first

    this one has
     a synopsis
     what happens?
  6. -Three

    +Three

    A
     Screen
     Here
  7. -Four

  8. +Four

Arabic Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

Arabic Numeration (Long)

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

  9. -Five

  10. +Five

  11. -Six

  12. +Six

  13. -Seven

  14. +Seven

  15. -Eight

  16. +Eight

  17. -Nine

  18. +Nine

  19. -Ten

  20. +Ten

  21. -Eleven

  22. +Eleven

UpperAlpha Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

LowerAlpha Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

UpperRoman Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

LowerRoman Numeration

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

Continued

First list:

  1. -One

  2. +One

  3. -Two

  4. +Two

  5. -Three

  6. +Three

  7. -Four

  8. +Four

Second list:

  1. -Five

  2. +Five

  3. -Six

  4. +Six

  5. -Seven

  6. +Seven

  7. -Eight

  8. +Eight

  9. -Nine

  10. +Nine

  11. -Ten

  12. +Ten

- +

- + ItemizedLists

Default Presentation

  • -One

  • +One

  • - +
    One-point-five. This one starts with
     a program listing
     what happens?
  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

Block Elements in a List

  • -One

    +One

    Another para.

  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

Alternate Mark and OverRide

  • -TeX and LaTeX

  • +TeX and LaTeX

  • -Troff

  • +Troff

  • -Lout

  • +Lout

  • -Test

  • +Test

No mark Presentation

  • -One

  • +One

  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

- +

- + VariableLists

- + Term1

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Term2

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Term3

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

  • -One

  • +One

  • -Two

  • +Two

  • -Three

  • +Three

  • -Four

  • +Four

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. @@ -1163,11 +1163,11 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Term4

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. @@ -1175,17 +1175,17 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + Another List

-Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. +Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- + ProgramListing
@@ -1201,9 +1201,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

- + SimpleLists

Inline

@@ -1248,76 +1248,76 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

- + More Complex List Item Content

  • -One

    +One

    Second para

  • -Two

    +Two

    Second para

  • - +

    Three

    Second para

  • -Four

    +Four

    Second para

  • - +

    Formal Element Five

    Second para

  • -Six

  • +Six

  1. -One

    +One

    Second para

  2. -Two

    +Two

    Second para

  3. - +

    Three

    Second para

  4. -Four

    +Four

    Second para

  5. - +

    Formal Element Five

    Second para

  6. -Six

  7. +Six

- +

- + Segmented List

State Birds

@@ -1523,13 +1523,13 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Bird: Western Meadowlark

-
+

-Chapter 6. Table Tests

+Chapter 6. Table Tests

Alternate Alignment on Entry

-
+

- + @@ -1556,9 +1556,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

-
+

- + @@ -1585,9 +1585,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

-
+

- + @@ -1615,9 +1615,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Absolute Widths

-
+

- +

@@ -1650,9 +1650,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Relative Widths

-
+

- +

@@ -1674,9 +1674,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Too many cells

This is a broken table. There are too many cells in the second row. YMMV. Don't do this.

-
+

- +

@@ -1737,9 +1737,9 @@ YMMV. Don't do this.

Complex

-
+

- + @@ -1796,9 +1796,9 @@ YMMV. Don't do this.

With Footnotes

-
+

- +

@@ -1830,9 +1830,9 @@ number

A Big One

-
+

- +

@@ -2384,18 +2384,18 @@ number

-

+

-Chapter 7. Index Term Tests

+Chapter 7. Index Term Tests
- +

- + Index Term Sect 1

Test data.

@@ -2417,12 +2417,12 @@ number

- +
- +

- + Index Term Sect 2

Test data.

@@ -2432,9 +2432,9 @@ number

- +

- + Index Term Sect 3

foo

@@ -2448,56 +2448,56 @@ number

-
+

-Chapter 8. CmdSynopsis Tests

+Chapter 8. CmdSynopsis Tests

Very Simple CmdSynopsis

-
- +
+ cd {directory}

Simple CmdSynopsis

-
- +
+ cal [-j] [-y] [month [year]]

Another Simple CmdSynopsis

-
- +
+ chgrp [-R [-H | -L | -P] ] [-f] group file...

Slightly Complex CmdSynopsis

-
- +
+ emacs [-t file] [-q] [-u user] [+number] [-f function...] [-l file...] file...

Quite Complex CmdSynopsis

-
- +
+ cccp [-$] [-C] [-Dname [=definition]...] [-dD] [-dM] [-I directory...] [-H] [-I-]
[-imacros file...] [-include file...] [-lang-c | -lang-c++ | -lang-objc] [-lint]
[-M | -MD | -MM | -MMD] [-nostdinc] [-P] [-pedantic] [-pedantic-errors] [-trigraphs] [-Uname]
[-undef] [-Wtrigraphs] [-Wcomment] [-Wall] [-Wtraditional] {infile | -} {outfile | -}
-
+

-Chapter 9. FuncSynopsis Tests

+Chapter 9. FuncSynopsis Tests

Two Simple Parameters

-
+

- +

int max (int1, int2);
int int1;
int int2;

Variable Arguments

-
+

- +

#include <varargs.h>

int max @@ -2505,18 +2505,18 @@ number

Void

-
+

- +

int rand ();

Function Pointer Arguments

-
+

- +

void qsort (dataptr, left, right, (* comp));
void *dataptr[];
int left;
int right;
int (* comp) @@ -2524,9 +2524,9 @@ number

-
+

-Chapter 10. Callout Tests

+Chapter 10. Callout Tests

CallOut (using AREASPEC)

@rem = '--*-Perl-*--
@@ -2627,9 +2627,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

-
+

-A Reference Part

+A Reference Part

Table of Contents

I. Reference @@ -2645,18 +2645,18 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Table of Contents

-
RefEntryTitle
-
Chop
+
RefEntryTitle
+
Chop

-RefEntryTitle

+RefEntryTitle
- +

Name

RefName1, RefName2 — Yes, there must be a purpose!
- +

Synopsis

  A
    Synopsis
@@ -2664,30 +2664,30 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Here
- +

-A RefSect1

+A RefSect1

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

-A RefSect2

+A RefSect2

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

-A RefSect3

+A RefSect3

Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. -Blah blah blah blah.[6] +Blah blah blah blah.[6] Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

@@ -2698,26 +2698,26 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.



-[6] This is a footnote in a refentry.

+[6] This is a footnote in a refentry.

- + Chop

- +

Name

Chop — strip trailing whitespace
- +

-Description

+Description

Returns the argument string without trailing whitespace.

- + Example 2. chop() example

$trimmed = Chop($line);
@@ -2732,23 +2732,23 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

Appendix A. A Very Short Appendix

Blah.

-
+

-Appendix B. A Very Long Appendix

+Appendix B. A Very Long Appendix
@@ -2983,9 +2983,9 @@ Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah. Blah blah blah blah.

- +

- + a sect1 title

some text. some text. some text. some text. some text. some text. @@ -2995,9 +2995,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect2 title

some text. some text. some text. some text. some text. some text. @@ -3007,9 +3007,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + a sect3 title

some text. some text. some text. some text. some text. some text. @@ -3019,9 +3019,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + a sect4 title

some text. some text. some text. some text. some text. some text. @@ -3031,9 +3031,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + a sect5 title

some text. some text. some text. some text. some text. some text. @@ -3048,10 +3048,10 @@ some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect1 title

a sect1 subtitle

@@ -3063,10 +3063,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect2 title

a sect2 subtitle

@@ -3078,10 +3078,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect3 title

a sect3 subtitle

@@ -3093,10 +3093,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect4 title

a sect4 subtitle

@@ -3108,10 +3108,10 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +
- + another sect5 title

a sect5 subtitle

@@ -3128,9 +3128,9 @@ some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect1 title

some text. some text. some text. some text. some text. some text. @@ -3141,9 +3141,9 @@ some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.

- +

- + another sect1 title

some text. some text. some text. some text. some text. some text. @@ -3159,9 +3159,9 @@ some text. some text. some text. some text. some text. some text. some text.

The stock stylesheet attempts to do a Bibliography. It probably needs a lot of tweaking. It probably doesn't conform to any specific style.

-

Books

-
- +

Books

+
+

[AhoSethiUllman96] Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. @@ -3181,7 +3181,7 @@ a lot of tweaking. It probably doesn't conform to any specific style.

-

Periodicals

+

Periodicals

@@ -3210,8 +3210,8 @@ a lot of tweaking. It probably doesn't conform to any specific style.

Winter, 1996 .

-
- +
+

[Abbrev] @@ -3329,7 +3329,7 @@ USA.

S

-
SGML
+
SGML

See Standard Generalized Markup Language.

Standard Generalized @@ -3390,7 +3390,7 @@ USA.
-

An Index with a Title

+

An Index with a Title

Symbols
!, Index Term Sect 1 diff --git a/tests/docbook/result/html/docbook40.html b/tests/docbook/result/html/docbook40.html index e98eada..400599c 100644 --- a/tests/docbook/result/html/docbook40.html +++ b/tests/docbook/result/html/docbook40.html @@ -1,18 +1,18 @@ - + DocBook V4.0 Example Document -
+

-DocBook V4.0 Example Document

+DocBook V4.0 Example Document

Norman Walsh

- + Abstract

This document demonstrates the new tags in DocBook V4.0.

@@ -25,30 +25,30 @@ included.

-
+

-Chapter 1. Block-level Markup

+Chapter 1. Block-level Markup

There's a new simple-alternative for msgentry: simplemsgentry.

- +

The text of a message

- +

An explanation of the message.

- +

The text of a message

- +

An explanation of the message.

@@ -74,22 +74,22 @@ included.

Itemized List

  • -First thing

  • +First thing

  • -Second thing

  • +Second thing

  • -Third thing

  • +Third thing

Ordered List

  • -First thing

  • +First thing

  • -Second thing

  • +Second thing

  • -Third thing

  • +Third thing

Linespecific environments can indicate line numbering:

@@ -120,15 +120,15 @@ object-oriented programming language classes. Here's one example:

ResultTreeFragment  frag , -                               +                            String  file )     throws SAXException;
}
-
+

-Chapter 2. Inline markup

+Chapter 2. Inline markup

The sgmltag element has new class attribute values: xmlpi and diff --git a/tests/docbook/result/html/figtest.html b/tests/docbook/result/html/figtest.html index 9b02e0d..0960faa 100644 --- a/tests/docbook/result/html/figtest.html +++ b/tests/docbook/result/html/figtest.html @@ -1,21 +1,21 @@ - + Article Test Document Title -

+

-Article Test Document Title

+Article Test Document Title

This is a “short quote”. -This is a “Quotation with a “nested quotation -containing a “nested quotation and another “nested -quotation””””. +This is a “Quotation with a `nested quotation +containing a “nested quotation and another `nested +quotation'”'”.

diff --git a/tests/docbook/result/html/foottest.html b/tests/docbook/result/html/foottest.html index df17e67..e4ac673 100644 --- a/tests/docbook/result/html/foottest.html +++ b/tests/docbook/result/html/foottest.html @@ -1,14 +1,14 @@ - + Article Test Document Title -

+

-Article Test Document Title

+Article Test Document Title

nwalsh

Norman Walsh

@@ -21,7 +21,7 @@

Apr. 26, 1999

- + Abstract

This article is just a test. This article is just a test. @@ -33,10 +33,10 @@ This article is just a test. This article is just a test.


-

This is a footnote[1].

-
+

This is a footnote[1].

+

- + @@ -50,7 +50,7 @@ This article is just a test. This article is just a test. - @@ -75,7 +75,7 @@ This article is just a test. This article is just a test.
entry
entry[b] +entry[b] entry entry

-[b] table cell footnote

+[b] table cell footnote

[c] Blended wines, made from two or more grapes @@ -84,16 +84,16 @@ This article is just a test. This article is just a test.

-
+

-Appendix A. Appendix

+Appendix A. Appendix

This is just a test.



-[1] See?

+[1] See?

diff --git a/tests/docbook/result/html/fotest.html b/tests/docbook/result/html/fotest.html index 0f8f9d0..dd64241 100644 --- a/tests/docbook/result/html/fotest.html +++ b/tests/docbook/result/html/fotest.html @@ -1,14 +1,14 @@ - + Book Test Document Title -
+

-Book Test Document Title

+Book Test Document Title

Book Subtitle

Norman Walsh


@@ -16,17 +16,17 @@ -
+

-Foreword

+Foreword

This is a test paragraph.

@@ -55,17 +55,17 @@

-
+

-Chapter 1. First Chapter

+Chapter 1. First Chapter

Chapter Subtitle

This is a test paragraph.

-
+

-Appendix A. First Appendix

+Appendix A. First Appendix

This is just a test.

diff --git a/tests/docbook/result/html/func.html b/tests/docbook/result/html/func.html index e9216ac..7199551 100644 --- a/tests/docbook/result/html/func.html +++ b/tests/docbook/result/html/func.html @@ -1,7 +1,7 @@ - + Chapter 1. test diff --git a/tests/docbook/result/html/graphics.html b/tests/docbook/result/html/graphics.html index cd1fd05..3425780 100644 --- a/tests/docbook/result/html/graphics.html +++ b/tests/docbook/result/html/graphics.html @@ -1,31 +1,31 @@ - + Graphics Test Document Title -
+

-Graphics Test Document Title

+Graphics Test Document Title

- +

- + Graphic

fileref:

@@ -38,9 +38,9 @@

- +

- + Inlinegraphic

fileref: @@ -51,9 +51,9 @@

- +

- + MediaObject

fileref:

diff --git a/tests/docbook/result/html/gtest.html b/tests/docbook/result/html/gtest.html index 2147118..09b229c 100644 --- a/tests/docbook/result/html/gtest.html +++ b/tests/docbook/result/html/gtest.html @@ -1,13 +1,13 @@ - + Chapter 1. Graphics Test -
+

-Chapter 1. Graphics Test

+Chapter 1. Graphics Test

A graphic by fileref:

A graphic by entityref:

diff --git a/tests/docbook/result/html/idxbook.html b/tests/docbook/result/html/idxbook.html index c003e71..30a2af6 100644 --- a/tests/docbook/result/html/idxbook.html +++ b/tests/docbook/result/html/idxbook.html @@ -1,14 +1,14 @@ - + Book Test Index Document Title -
+

-Book Test Index Document Title

+Book Test Index Document Title

Book Subtitle

Norman Walsh


@@ -16,106 +16,106 @@ -
+

-Foreword

-

This is a test paragraph.

+Foreword
+

This is a test paragraph.

Chapter 1. First Chapter

Table of Contents

-
First Sect1 +
First Sect1
-

Paragraph.

+

Paragraph.

- +

- + First Sect1

-

Another paragraph.

+

Another paragraph.

Chapter 2. Second Chapter

This is a test paragraph. - - - + + + - - + + - + - - + + - - - + + +

-
+

-Appendix A. First Appendix

+Appendix A. First Appendix

This is just a test. - - + + - - + + - - + + - - - + + + - - - + + +

-

Index

+

Index

Symbols

-
1 digit test, First Appendix +
1 digit test, First Appendix
-
2 digit test, First Appendix +
2 digit test, First Appendix
-
[square bracket test], First Appendix +
[square bracket test], First Appendix
@@ -123,9 +123,9 @@

B

bp1
-
bp1bs1, Second Chapter, First Appendix +
bp1bs1, Second Chapter, First Appendix
-
bp2, Second Chapter, First Appendix +
bp2, Second Chapter, First Appendix
@@ -137,10 +137,10 @@
cp1
cp1cs1
-
cp1cs1ct1, Second Chapter, First Appendix +
cp1cs1ct1, Second Chapter, First Appendix
-
cp2, Second Chapter, First Appendix +
cp2, Second Chapter, First Appendix
cp2see
@@ -154,12 +154,12 @@
dp1
-
dp1ds1, Second Chapter, First Appendix +
dp1ds1, Second Chapter, First Appendix
-
dp1ds2, Second Chapter, First Appendix +
dp1ds2, Second Chapter, First Appendix
-
dp2, Second Chapter, First Appendix +
dp2, Second Chapter, First Appendix
@@ -169,9 +169,9 @@
paragraph, First Chapter
-
another, First Sect1 +
another, First Sect1
-
test, Foreword +
test, Foreword
diff --git a/tests/docbook/result/html/multilingual.html b/tests/docbook/result/html/multilingual.html index 1c15d07..1279a13 100644 --- a/tests/docbook/result/html/multilingual.html +++ b/tests/docbook/result/html/multilingual.html @@ -1,14 +1,14 @@ - + Multilingual Test Document -
+

-Multilingual Test Document

+Multilingual Test Document

@@ -61,7 +61,7 @@

Capítol 1. Catalan

-

NOTA

+

NOTA

This paragraph would be in Catalan, if I knew any. “Quote test.” @@ -95,7 +95,7 @@ See “Bibliography”.

Kapitola 2. Czech

-

Poznámka

+

Poznámka

This paragraph would be in Czech, if I knew any. „Quote test.“ @@ -129,7 +129,7 @@ See “Bibliography”.

Kapitel 3. Danish

-

NOTE

+

NOTE

This paragraph would be in Danish, if I knew any. “Quote test.” @@ -163,7 +163,7 @@ See “Bibliography”.

Capítulo 4. Spanish

-

NOTA

+

NOTA

This paragraph would be in Spanish, if I knew any. “Quote test.” @@ -197,7 +197,7 @@ See “Bibliography”.

Luku 5. Finnish

-

HUOMAA

+

HUOMAA

This paragraph would be in Finnish, if I knew any. “Quote test.” @@ -231,7 +231,7 @@ See “Bibliography”.

Chapitre 6. French

-

Note

+

Note

This paragraph would be in French, if I knew any. «Quote test.» @@ -265,7 +265,7 @@ See “Bibliography”.

Capitolo 7. Italian

-

NOTA

+

NOTA

This paragraph would be in Italian, if I knew any. “Quote test.” @@ -299,7 +299,7 @@ See “Bibliography”.

Kapitel 8. German

-

Anmerkung

+

Anmerkung

This paragraph would be in German, if I knew any. “Quote test.” @@ -333,7 +333,7 @@ See “Bibliography”.

ÊåöÜëáéï 9. Greek

-

ÓÇÌÅÉÙÓÇ

+

ÓÇÌÅÉÙÓÇ

This paragraph would be in Greek, if I knew any. “Quote test.” @@ -367,7 +367,7 @@ See “Bibliography”.

Chapter 10. English

-

Note

+

Note

This paragraph is in English. “Quote test.” @@ -401,7 +401,7 @@ See “Bibliography”.

章 11. Japanese

-

注意

+

注意

This paragraph would be in Japanese, if I knew any. “Quote test.” @@ -435,7 +435,7 @@ See “Bibliography”.

Cap. 12. Romanian

-

NOTÃ

+

NOTÃ

This paragraph would be in Romanian, if I knew any. “Quote test.” @@ -469,7 +469,7 @@ See “Bibliography”.

Глава 13. Russian

-

ЗАМЕЧАНИЕ

+

ЗАМЕЧАНИЕ

This paragraph would be in Russian, if I knew any. “Quote test.” @@ -503,7 +503,7 @@ See “Bibliography”.

Kapittel 14. Norsk

-

NOTAT

+

NOTAT

This paragraph would be in Norsk, if I knew any. “Quote test.” @@ -537,7 +537,7 @@ See “Bibliography”.

Hoofdstuk 15. Dutch

-

N.B.

+

N.B.

This paragraph would be in Dutch, if I knew any. “Quote test.” @@ -571,7 +571,7 @@ See “Bibliography”.

Rozdzia³ 16. Polish

-

NOTATKA

+

NOTATKA

This paragraph would be in Polish, if I knew any. “Quote test.” @@ -605,7 +605,7 @@ See “Bibliography”.

Capítulo 17. Portuguese

-

NOTA

+

NOTA

This paragraph would be in Portugeuse, if I knew any. “Quote test.” @@ -639,7 +639,7 @@ See “Bibliography”.

Capítulo 18. Portuguese (Brazilian)

-

NOTA

+

NOTA

This paragraph would be in Brazilian Portugeuse, if I knew any. “Quote test.” @@ -673,7 +673,7 @@ See “Bibliography”.

Kapitola 19. Slovak

-

POZNÁMKA

+

POZNÁMKA

This paragraph would be in Slovak, if I knew any. “Quote test.” @@ -707,7 +707,7 @@ See “Bibliography”.

Kapitel 20. Swedish

-

NOT

+

NOT

This paragraph would be in Swedish, if I knew any. “Quote test.” @@ -739,8 +739,8 @@ See “Bibliography”.

Bibliography

-
- +
+

[AhoSethiUllman96] Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. diff --git a/tests/docbook/result/html/qa.html b/tests/docbook/result/html/qa.html index 271d98b..aa7a370 100644 --- a/tests/docbook/result/html/qa.html +++ b/tests/docbook/result/html/qa.html @@ -1,58 +1,58 @@ - + book title -

+

-book title

+book title

-
+

-Chapter 1. chapter test

+Chapter 1. chapter test

Table of Contents

-
Section title +
Section title

Q&A Set (unspecified)

-
1.1. Q&A Div 1 +
1.1. Q&A Div 1
-
1.1.Q1. Question para 1 +
1.1.Q1. Question para 1
-
1.2. Q&A Div 2 +
1.2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1.1. Q&A Div 1

+

1.1. Q&A Div 1

-

+

1.1.Q1. Question para 1

Question para 2

@@ -64,10 +64,10 @@
-

1.2. Q&A Div 2

+

1.2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -79,7 +79,7 @@
-

+

Question para 1

Question para 2

@@ -94,24 +94,24 @@

Q&A Set (none)

-
1.1. Q&A Div 1 +
1.1. Q&A Div 1
-
1.1.Q1. Question para 1 +
1.1.Q1. Question para 1
-
1.2. Q&A Div 2 +
1.2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1.1. Q&A Div 1

+

1.1. Q&A Div 1

-

+

1.1.Q1. Question para 1

Question para 2

@@ -123,10 +123,10 @@
-

1.2. Q&A Div 2

+

1.2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -138,7 +138,7 @@
-

+

Question para 1

Question para 2

@@ -153,24 +153,24 @@

Q&A Set (number)

-
1.1. Q&A Div 1 +
1.1. Q&A Div 1
-
1.1.Q1. Question para 1 +
1.1.Q1. Question para 1
-
1.2. Q&A Div 2 +
1.2. Q&A Div 2
-
1.2.1. Question para 1 +
1.2.1. Question para 1
-
1.2.2. Question para 1 +
1.2.2. Question para 1
-

1.1. Q&A Div 1

+

1.1. Q&A Div 1

-

+

1.1.Q1. Question para 1

Question para 2

@@ -182,10 +182,10 @@
-

1.2. Q&A Div 2

+

1.2. Q&A Div 2

-

+

1.2.1. Question para 1

Question para 2

@@ -197,7 +197,7 @@
-

+

1.2.2. Question para 1

Question para 2

@@ -212,24 +212,24 @@

Q&A Set (qanda)

-
1.1. Q&A Div 1 +
1.1. Q&A Div 1
-
1.1.Q1. Question para 1 +
1.1.Q1. Question para 1
-
1.2. Q&A Div 2 +
1.2. Q&A Div 2
-
Q: Question para 1 +
Q: Question para 1
-
Q: Question para 1 +
Q: Question para 1
-

1.1. Q&A Div 1

+

1.1. Q&A Div 1

-

+

1.1.Q1. Question para 1

Question para 2

@@ -241,10 +241,10 @@
-

1.2. Q&A Div 2

+

1.2. Q&A Div 2

-

+

Q: Question para 1

Question para 2

@@ -256,7 +256,7 @@
-

+

Q: Question para 1

Question para 2

@@ -269,32 +269,32 @@
- +

- + Section title

Q&A Set (unspecified)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -306,10 +306,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -321,7 +321,7 @@
-

+

Question para 1

Question para 2

@@ -336,24 +336,24 @@

Q&A Set (none)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -365,10 +365,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -380,7 +380,7 @@
-

+

Question para 1

Question para 2

@@ -395,24 +395,24 @@

Q&A Set (number)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
2.1. Question para 1 +
2.1. Question para 1
-
2.2. Question para 1 +
2.2. Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -424,10 +424,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

2.1. Question para 1

Question para 2

@@ -439,7 +439,7 @@
-

+

2.2. Question para 1

Question para 2

@@ -454,24 +454,24 @@

Q&A Set (qanda)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
Q: Question para 1 +
Q: Question para 1
-
Q: Question para 1 +
Q: Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -483,10 +483,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

Q: Question para 1

Question para 2

@@ -498,7 +498,7 @@
-

+

Q: Question para 1

Question para 2

@@ -512,35 +512,35 @@
-
+

-Appendix A. appendix test

+Appendix A. appendix test

Table of Contents

-
Section title +
Section title

Q&A Set (unspecified)

-
A.1. Q&A Div 1 +
A.1. Q&A Div 1
-
A.1.Q1. Question para 1 +
A.1.Q1. Question para 1
-
A.2. Q&A Div 2 +
A.2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

A.1. Q&A Div 1

+

A.1. Q&A Div 1

-

+

A.1.Q1. Question para 1

Question para 2

@@ -552,10 +552,10 @@
-

A.2. Q&A Div 2

+

A.2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -567,7 +567,7 @@
-

+

Question para 1

Question para 2

@@ -582,24 +582,24 @@

Q&A Set (none)

-
A.1. Q&A Div 1 +
A.1. Q&A Div 1
-
A.1.Q1. Question para 1 +
A.1.Q1. Question para 1
-
A.2. Q&A Div 2 +
A.2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

A.1. Q&A Div 1

+

A.1. Q&A Div 1

-

+

A.1.Q1. Question para 1

Question para 2

@@ -611,10 +611,10 @@
-

A.2. Q&A Div 2

+

A.2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -626,7 +626,7 @@
-

+

Question para 1

Question para 2

@@ -641,24 +641,24 @@

Q&A Set (number)

-
A.1. Q&A Div 1 +
A.1. Q&A Div 1
-
A.1.Q1. Question para 1 +
A.1.Q1. Question para 1
-
A.2. Q&A Div 2 +
A.2. Q&A Div 2
-
A.2.1. Question para 1 +
A.2.1. Question para 1
-
A.2.2. Question para 1 +
A.2.2. Question para 1
-

A.1. Q&A Div 1

+

A.1. Q&A Div 1

-

+

A.1.Q1. Question para 1

Question para 2

@@ -670,10 +670,10 @@
-

A.2. Q&A Div 2

+

A.2. Q&A Div 2

-

+

A.2.1. Question para 1

Question para 2

@@ -685,7 +685,7 @@
-

+

A.2.2. Question para 1

Question para 2

@@ -700,24 +700,24 @@

Q&A Set (qanda)

-
A.1. Q&A Div 1 +
A.1. Q&A Div 1
-
A.1.Q1. Question para 1 +
A.1.Q1. Question para 1
-
A.2. Q&A Div 2 +
A.2. Q&A Div 2
-
Q: Question para 1 +
Q: Question para 1
-
Q: Question para 1 +
Q: Question para 1
-

A.1. Q&A Div 1

+

A.1. Q&A Div 1

-

+

A.1.Q1. Question para 1

Question para 2

@@ -729,10 +729,10 @@
-

A.2. Q&A Div 2

+

A.2. Q&A Div 2

-

+

Q: Question para 1

Question para 2

@@ -744,7 +744,7 @@
-

+

Q: Question para 1

Question para 2

@@ -757,32 +757,32 @@
- +

- + Section title

Q&A Set (unspecified)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -794,10 +794,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -809,7 +809,7 @@
-

+

Question para 1

Question para 2

@@ -824,24 +824,24 @@

Q&A Set (none)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -853,10 +853,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -868,7 +868,7 @@
-

+

Question para 1

Question para 2

@@ -883,24 +883,24 @@

Q&A Set (number)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
2.1. Question para 1 +
2.1. Question para 1
-
2.2. Question para 1 +
2.2. Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -912,10 +912,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

2.1. Question para 1

Question para 2

@@ -927,7 +927,7 @@
-

+

2.2. Question para 1

Question para 2

@@ -942,24 +942,24 @@

Q&A Set (qanda)

-
1. Q&A Div 1 +
1. Q&A Div 1
-
1.Q1. Question para 1 +
1.Q1. Question para 1
-
2. Q&A Div 2 +
2. Q&A Div 2
-
Q: Question para 1 +
Q: Question para 1
-
Q: Question para 1 +
Q: Question para 1
-

1. Q&A Div 1

+

1. Q&A Div 1

-

+

1.Q1. Question para 1

Question para 2

@@ -971,10 +971,10 @@
-

2. Q&A Div 2

+

2. Q&A Div 2

-

+

Q: Question para 1

Question para 2

@@ -986,7 +986,7 @@
-

+

Q: Question para 1

Question para 2

diff --git a/tests/docbook/result/html/qa2.html b/tests/docbook/result/html/qa2.html index d2e9e0d..b71cf1d 100644 --- a/tests/docbook/result/html/qa2.html +++ b/tests/docbook/result/html/qa2.html @@ -1,47 +1,47 @@ - + book title -
+

-book title

+book title

Table of Contents

-
1. chapter test +
1. chapter test
-
+

-Chapter 1. chapter test

+Chapter 1. chapter test

Test a cross reference to a question: Q: 1.1.Q1..

Q&A Set (unspecified)

-
1.1. Q&A Div 1 +
1.1. Q&A Div 1
-
1.1.Q1. Question para 1 +
1.1.Q1. Question para 1
-
1.2. Q&A Div 2 +
1.2. Q&A Div 2
-
Question para 1 +
Question para 1
-
Question para 1 +
Question para 1
-

1.1. Q&A Div 1

+

1.1. Q&A Div 1

-

+

1.1.Q1. Question para 1

Question para 2

@@ -53,10 +53,10 @@
-

1.2. Q&A Div 2

+

1.2. Q&A Div 2

-

+

Question para 1

Question para 2

@@ -68,7 +68,7 @@
-

+

Question para 1

Question para 2

diff --git a/tests/docbook/result/html/sectest.html b/tests/docbook/result/html/sectest.html index aa1717d..8597046 100644 --- a/tests/docbook/result/html/sectest.html +++ b/tests/docbook/result/html/sectest.html @@ -1,7 +1,7 @@ - + Book Title @@ -27,9 +27,9 @@


-
+

-Dedication

+Dedication

This test book is dedicated to all the testers. This is the first para of the dedication.

This is the second para of the dedication.

@@ -38,21 +38,21 @@ of the dedication.

-
+

-Preface Title

+Preface Title

Preface content.

This is the second para of the preface.

This is the third para of the preface.

@@ -63,9 +63,9 @@ of the dedication.

@@ -145,9 +145,9 @@ blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah

- +

- + Section 1 Title

blah blah blah blah blah blah blah blah blah blah blah blah @@ -620,9 +620,9 @@ blah blah blah blah blah blah blah blah blah blah blah blah blah blah

- +

- + Section 1 Title

blah blah blah blah blah blah blah blah blah blah blah blah diff --git a/tests/docbook/result/html/set.html b/tests/docbook/result/html/set.html index 610dd64..746aa2b 100644 --- a/tests/docbook/result/html/set.html +++ b/tests/docbook/result/html/set.html @@ -1,69 +1,69 @@ - + Set Title -

+

-Set Title

+Set Title

-
+

-Book Test Document Title

+Book Test Document Title

Book Subtitle

Norman Walsh


@@ -71,33 +71,33 @@ -
+

-Foreword

+Foreword

This is a test paragraph.

@@ -106,84 +106,84 @@
- +

- + First Sect1

Paragraph.

- +

- + Second Sect1

Paragraph.

- +

- + Third Sect1

Paragraph.

-
+

-Appendix A. First Appendix

+Appendix A. First Appendix

This is just a test.

- +

- + First Sect1

Paragraph.

- +

- + Second Sect1

Paragraph.

- +

- + Third Sect1

Paragraph.

-
+

-Book Test Document Title

+Book Test Document Title

Book Subtitle

Norman Walsh


@@ -191,69 +191,69 @@ -
+

-Foreword

+Foreword

This is a test paragraph.

-
+

-Chapter 1. Section Tests

+Chapter 1. Section Tests
- +

- + First Sect1

Paragraph.

- +

- + Second Sect1

Paragraph.

- +

- + Third Sect1

Paragraph.

-
+

-Appendix A. First Appendix

+Appendix A. First Appendix

This is just a test.

diff --git a/tests/docbook/result/html/table.html b/tests/docbook/result/html/table.html index a5405a1..3901a6c 100644 --- a/tests/docbook/result/html/table.html +++ b/tests/docbook/result/html/table.html @@ -1,7 +1,7 @@ - + Chapter 1. test @@ -11,7 +11,7 @@

How many ° can you ©.

- + Table 1.1. A Table

@@ -78,7 +78,7 @@

- + Table 1.2. A Table

@@ -145,7 +145,7 @@

- + Table 1.3. A Table

@@ -212,7 +212,7 @@

- + Table 1.4. A Table

diff --git a/tests/docbook/result/html/test.html b/tests/docbook/result/html/test.html index 314678a..6453252 100644 --- a/tests/docbook/result/html/test.html +++ b/tests/docbook/result/html/test.html @@ -1,15 +1,15 @@ - +Article Title -
+

-Article Title

+Article Title

This
diff --git a/tests/docbook/result/html/verbtest.html b/tests/docbook/result/html/verbtest.html
index a7e7c84..3f7a697 100644
--- a/tests/docbook/result/html/verbtest.html
+++ b/tests/docbook/result/html/verbtest.html
@@ -1,7 +1,7 @@
 
 
 
-
+
 Book Title
 
 
-- 
2.7.4