]> granicus.if.org Git - docbook-dsssl/commitdiff
Put segmentedlist within a Para so that we can make sure it gets
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 10 Mar 2006 08:32:52 +0000 (08:32 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 10 Mar 2006 08:32:52 +0000 (08:32 +0000)
handled correctly for the "mixed block" case.

testdocs/tests/refentry.007.xml

index 4006340ffd088f02d45a43c66381cf0874aa7571..092d135b501e070df99b395504ba8c92a71c98b5 100644 (file)
@@ -188,18 +188,30 @@ nested Varlistentry that contains multiple Terms
 <title>Even More Description</title>
 <para>This is an even less minimal RefEntry.</para>
 
-<para>The following is a segmentedlist with two segtitle elements.</para>
-<segmentedlist><title>Gibbererish</title>
-<segtitle>Floober</segtitle>
-<segtitle>Buugler</segtitle>
-<segtitle>Sstangooo</segtitle>
-<segtitle>Borobinda</segtitle>
-<seglistitem><seg>Bamalalaboonda</seg><seg>Mondorotoluafu</seg><seg>Ganafutralinga</seg><seg>Patagularamakundra</seg></seglistitem>
-<seglistitem><seg>Cadraracondar</seg><seg>Hentirotomaambu</seg><seg>Bdomentriolaia</seg><seg>Candamalaturuanio</seg></seglistitem>
+<para>This is a paragraph. It contains the following segmentedlist,
+titled “Gibbererish”, with several segtitle elements.
+<segmentedlist>
+  <title>Gibbererish</title>
+  <segtitle>Floober</segtitle>
+  <segtitle>Buugler</segtitle>
+  <segtitle>Sstangooo</segtitle>
+  <segtitle>Borobinda</segtitle>
+  <seglistitem>
+  <seg>Bamalalaboonda</seg>
+  <seg>Mondorotoluafu</seg>
+  <seg>Ganafutralinga</seg>
+  <seg>Patagularamakundra</seg>
+  </seglistitem>
+  <seglistitem>
+  <seg>Cadraracondar</seg>
+  <seg>Hentirotomaambu</seg>
+  <seg>Bdomentriolaia</seg>
+  <seg>Candamalaturuanio</seg>
+  </seglistitem>
 </segmentedlist>
-
-
-<para>The following is an <sgmltag>important</sgmltag> admonition.
+This is some text that follows the segementedlist within the same
+paragraph. The next part of this same paragraph is an
+<sgmltag>important</sgmltag> admonition.
 <important>
   <para>It is very important that you read this. That’s why it stands
   out the way that it does.</para>