]> granicus.if.org Git - docbook-dsssl/commitdiff
docbook 4.2 test for blockinfo -- shouldn't display at all apparently
authorAdam Di Carlo <adicarlo@users.sourceforge.net>
Mon, 16 Dec 2002 04:35:47 +0000 (04:35 +0000)
committerAdam Di Carlo <adicarlo@users.sourceforge.net>
Mon, 16 Dec 2002 04:35:47 +0000 (04:35 +0000)
testdocs/tests/blockinfo.001.xml [new file with mode: 0644]

diff --git a/testdocs/tests/blockinfo.001.xml b/testdocs/tests/blockinfo.001.xml
new file mode 100644 (file)
index 0000000..daf7402
--- /dev/null
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+                  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
+<article>
+<articleinfo>
+<title>Unit Test: blockinfo.001</title>
+<releaseinfo role="CVS">$Id$</releaseinfo>
+<author><firstname>Adam</firstname><surname>Di Carlo</surname>
+        <affiliation><address><email>adam@onshored.com</email></address></affiliation>
+</author>
+</articleinfo>
+
+  <example>
+    <blockinfo>
+      <author>
+        <firstname>Adam</firstname>
+        <surname>Di Carlo</surname>
+      </author>
+      <date>14 Dec, 2002</date>
+    </blockinfo>
+    <title>Example Title</title>
+    <para>
+Example of an example.  Blockinfo (author, date) exists but is not
+displayed, right?</para>
+  </example>
+</article>