--- dancer-xml-0.8.2.1.orig/testjundoc.xml
+++ dancer-xml-0.8.2.1/testjundoc.xml
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<!DOCTYPE jundoc [
+<!ELEMENT jundoc (head,body)>
+<!ELEMENT head (title,author)>
+<!ELEMENT body (chapter*)>
+<!ELEMENT chapter (title,(section|p)*)>
+<!ELEMENT section (title,(subsection|p)*)>
+<!ELEMENT subsection (title,p*)>
+<!ELEMENT p (#PCDATA)>
+<!ELEMENT title (#PCDATA)>
+]>
+<jundoc>
+  <head>
+    <title>$BO@J8(B</title>
+    <author></author>
+  </head>
+  <body>
+    <chapter>
+      <title>$B>.@b(B</title>
+      <p>$B$3$l$O%F%9%HJ8=q$G$9(B</p>
+      <section>
+	<title>$B2?$H$+(B</title>
+	<subsection>
+	  <title>$B$&$C$=(B</title>
+	  <p>$B$=$&$$$&;v(B</p>
+	</subsection>
+      </section>
+    </chapter>
+  </body>
+</jundoc>
\ No newline at end of file
