Previous commit broke ???
authorDaniel Veillard <veillard@src.gnome.org>
Sun, 20 May 2001 13:23:02 +0000 (13:23 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sun, 20 May 2001 13:23:02 +0000 (13:23 +0000)
Daniel

tests/docbook/test/external.xml [new file with mode: 0644]
tests/docbook/test/subdoc.ent [new file with mode: 0644]

diff --git a/tests/docbook/test/external.xml b/tests/docbook/test/external.xml
new file mode 100644 (file)
index 0000000..31413b7
--- /dev/null
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
+               "../dtd/4.0/docbookx.dtd" [
+  <!ENTITY subdoc SYSTEM "subdoc.ent">
+]>
+
+<book lang="en">
+<title>Main document</title>
+
+<chapter id="main">
+<para>This references to: <link linkend="subdoc"/></para>
+</chapter>
+&subdoc;
+
+</book>
diff --git a/tests/docbook/test/subdoc.ent b/tests/docbook/test/subdoc.ent
new file mode 100644 (file)
index 0000000..f30faa7
--- /dev/null
@@ -0,0 +1,3 @@
+<chapter id="subdoc">
+<para>This is nothing, but a subdoc</para>
+</chapter>