From 592ad931c6a6fbfd8986b972d08b2665738a7802 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 1 Aug 2001 10:46:06 +0000 Subject: [PATCH] Misc. updates --- testdocs/book.xml | 2 +- testdocs/faq.xml | 2 +- testdocs/formalpara.xml | 16 ++++ testdocs/inline.xml | 4 + testdocs/lists.xml | 5 ++ testdocs/olink.xml | 25 +++++++ testdocs/table.xml | 162 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 214 insertions(+), 2 deletions(-) create mode 100644 testdocs/formalpara.xml create mode 100644 testdocs/olink.xml diff --git a/testdocs/book.xml b/testdocs/book.xml index 6c9fa2941..374ffa94b 100644 --- a/testdocs/book.xml +++ b/testdocs/book.xml @@ -123,7 +123,7 @@ Blah. Blah blah blah blah. Blah blah. Blah blah blah blah. Section <anchor id="stestfoo"/>Tests First Sect1 -Paragraph. +Paragraph. See .
Test Figure This is a ProgramListing diff --git a/testdocs/faq.xml b/testdocs/faq.xml index 521f51fd2..fcaff6bcb 100644 --- a/testdocs/faq.xml +++ b/testdocs/faq.xml @@ -28,7 +28,7 @@ See - Question two. + Question two. testing a list diff --git a/testdocs/formalpara.xml b/testdocs/formalpara.xml new file mode 100644 index 000000000..74c713228 --- /dev/null +++ b/testdocs/formalpara.xml @@ -0,0 +1,16 @@ + + +
+Test Tables + +Test title +Some para + + +Test title: +Some para + + +
\ No newline at end of file diff --git a/testdocs/inline.xml b/testdocs/inline.xml index 495cecb0a..563d2bb78 100644 --- a/testdocs/inline.xml +++ b/testdocs/inline.xml @@ -17,6 +17,10 @@ This is a registered trademark. This is is a service mark. +This is a red phrase. +This emphasis is strong. + + diff --git a/testdocs/lists.xml b/testdocs/lists.xml index 48ddc0681..b3d7f0ad5 100644 --- a/testdocs/lists.xml +++ b/testdocs/lists.xml @@ -27,6 +27,11 @@ This is the first item of an itemized list. &blah; &blah; &blah; &blah; &blah; +
Amberely Greeting Card +Company, 11510 Goldcoast Drive, +Cincinnati, OH 45249-1695. +(513) 489-2775. Looking for: +outrageous humor, no seasonal cards.
This is the second item of an itemized list. (Using simpara.) &blah; &blah; &blah; &blah; &blah; diff --git a/testdocs/olink.xml b/testdocs/olink.xml new file mode 100644 index 000000000..b6cef5b17 --- /dev/null +++ b/testdocs/olink.xml @@ -0,0 +1,25 @@ + + +]> +
+ +OLink Test +file:///sourceforge/projects/docbook/testdocs/book.html + + +This is an OLink +with a linkmode. + + +This is an OLink +without a linkmode. + + +This is an olink to a figure: +. + + +
\ No newline at end of file diff --git a/testdocs/table.xml b/testdocs/table.xml index c9823487a..61c354fa0 100644 --- a/testdocs/table.xml +++ b/testdocs/table.xml @@ -4,6 +4,24 @@ Tables + +TFoot Test + + + +Foot Left +Foot Right + + + + +Body Left +Body Right + + + +
+ Slicing Options @@ -74,4 +92,148 @@
+ +1: + + + + + + + + + A + B + C + D + + + E + + + + + +2: + + + + + + + + + A + B + C + D + + + E + F + + + G + + + H + I + + + + + +3: + + + + + + + + + + A + B + C + D + + + E + F + + + G + + + H + I + J + + + + + +4: + + + + + + + + + + A + + + B + C + + + D + + + E + + + + +
-- 2.40.0