]> granicus.if.org Git - docbook-dsssl/commitdiff
Tweaked tests
authorNorman Walsh <ndw@nwalsh.com>
Thu, 30 May 2002 12:30:19 +0000 (12:30 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Thu, 30 May 2002 12:30:19 +0000 (12:30 +0000)
slides/tests/test.xml
slides/tests/testcust.xml
slides/tests/testhtml.xml [new file with mode: 0644]

index f2bb4ae5ca9c34db4c36b0e24fe4a8d52c993b1a..cb78f5585c83ab8b744125acade004d060db8d69 100644 (file)
@@ -1,4 +1,5 @@
 <?xml version='1.0'?>
+<!DOCTYPE slides SYSTEM "../slides.dtd">
 <?dbhtml graphics-dir="../graphics"?>
 <?dbhtml css-stylesheet="../browser/slides.css"?>
 <?dbhtml script-dir="../browser"?>
@@ -180,17 +181,6 @@ this is a screen
 </screen>
 </foil>
 
-<foil><title>Test Slides Title 3</title>
-<para>...</para>
-<screen>
-this is a screen
-</screen>
-
-<html:p>This foil contains some XHTML:</html:p>
-<html:ol><html:li>item 1</html:li><html:li>item 2</html:li></html:ol>
-
-</foil>
-
 </section>
 
 </slides>
index 2c4a36adf875e7fbdbc2357eb64557dff6cf64f3..77f563a8aab6dc250cfb59ae9bcd9de9a4e1609c 100644 (file)
@@ -1,5 +1,8 @@
 <?xml version='1.0'?>
 <!DOCTYPE slides SYSTEM "../slides-custom.dtd">
+<?dbhtml graphics-dir="../graphics"?>
+<?dbhtml css-stylesheet="../browser/slides.css"?>
+<?dbhtml script-dir="../browser"?>
 <slides>
 <slidesinfo>
 <title>Test Slides Title</title>
diff --git a/slides/tests/testhtml.xml b/slides/tests/testhtml.xml
new file mode 100644 (file)
index 0000000..257a10d
--- /dev/null
@@ -0,0 +1,64 @@
+<?xml version='1.0'?>
+<?dbhtml graphics-dir="../graphics"?>
+<?dbhtml css-stylesheet="../browser/slides.css"?>
+<?dbhtml script-dir="../browser"?>
+<slides xmlns:html='http://www.w3.org/1999/xhtml'>
+<slidesinfo>
+  <title>HTML Test Slides Title</title>
+  <copyright><year>2001</year><holder>Norman Walsh</holder></copyright>
+</slidesinfo>
+
+<speakernotes>
+<para>Welcome the audience</para>
+</speakernotes>
+
+<section><title>Section 1</title>
+
+<speakernotes>
+<para>Introduce the section</para>
+</speakernotes>
+
+<foil><title>Test Slides Title 1</title>
+
+<speakernotes>
+<para>Tell a funny joke. Remember, I said a funny one.</para>
+</speakernotes>
+
+<para>...</para>
+</foil>
+
+<foil><title>Test Slides Title 2</title>
+<para>...</para>
+<screen>
+this is a screen
+</screen>
+</foil>
+
+</section>
+<section><title>Section 2</title>
+
+<foil><title>Test Slides Title 1</title>
+<para>...</para>
+</foil>
+
+<foil><title>Test Slides Title 2</title>
+<para>...</para>
+<screen>
+this is a screen
+</screen>
+</foil>
+
+<foil><title>Test Slides Title 3</title>
+<para>...</para>
+<screen>
+this is a screen
+</screen>
+
+<html:p>This foil contains some XHTML:</html:p>
+<html:ol><html:li>item 1</html:li><html:li>item 2</html:li></html:ol>
+
+</foil>
+
+</section>
+
+</slides>