]> granicus.if.org Git - docbook-dsssl/commitdiff
Fixed section/foilgroup
authorNorman Walsh <ndw@nwalsh.com>
Sun, 7 Jul 2002 20:48:57 +0000 (20:48 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 7 Jul 2002 20:48:57 +0000 (20:48 +0000)
slides/tests/test.xml

index cb78f5585c83ab8b744125acade004d060db8d69..8fb24ef3814ee10755faabb9b477c986b59722e0 100644 (file)
@@ -3,7 +3,7 @@
 <?dbhtml graphics-dir="../graphics"?>
 <?dbhtml css-stylesheet="../browser/slides.css"?>
 <?dbhtml script-dir="../browser"?>
-<slides xmlns:html='http://www.w3.org/1999/xhtml'>
+<slides>
 <slidesinfo>
   <title>Test Slides Title</title>
   <copyright><year>2001</year><holder>Norman Walsh</holder></copyright>
 <para>Welcome the audience</para>
 </speakernotes>
 
-<section><title>Section 1</title>
+<foilgroup><title>Foilgroup 1</title>
 
 <speakernotes>
-<para>Introduce the section</para>
+<para>Introduce the foilgroup</para>
 </speakernotes>
 
 <foil><title>Test Slides Title 1</title>
@@ -167,8 +167,8 @@ this is a long screen
 </screen>
 </foil>
 
-</section>
-<section><title>Section 2</title>
+</foilgroup>
+<foilgroup><title>Foilgroup 2</title>
 
 <foil><title>Test Slides Title 1</title>
 <para>...</para>
@@ -181,6 +181,6 @@ this is a screen
 </screen>
 </foil>
 
-</section>
+</foilgroup>
 
 </slides>