summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-02-24 20:37:23 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-02-24 20:37:23 +0000
commit118d901cf3cd3cba84c9deecd5b075a1c4d5c838 (patch)
treed207391aeee880d408a12faa82ec9bc9013fad4a
parent0174916320abd47ad6620ebb8cf942180cde8e12 (diff)
downloadlibxslt-118d901cf3cd3cba84c9deecd5b075a1c4d5c838.tar.gz
Forgot one more file, Daniel
-rw-r--r--tests/docbook/dtd/4.0/dbgenent.ent41
1 files changed, 41 insertions, 0 deletions
diff --git a/tests/docbook/dtd/4.0/dbgenent.ent b/tests/docbook/dtd/4.0/dbgenent.ent
new file mode 100644
index 00000000..1ad77473
--- /dev/null
+++ b/tests/docbook/dtd/4.0/dbgenent.ent
@@ -0,0 +1,41 @@
+<!-- ...................................................................... -->
+<!-- DocBook XML additional general entities V4.0 ......................... -->
+
+<!-- Copyright 1992-2000 HaL Computer Systems, Inc.,
+ O'Reilly & Associates, Inc., ArborText, Inc., Fujitsu Software
+ Corporation, and the Organization for the Advancement of
+ Structured Information Standards (OASIS).
+
+ In DTD driver files referring to this module, please use an entity
+ declaration that uses the public identifier shown below:
+
+ <!ENTITY % dbgenent PUBLIC
+ "-//OASIS//ENTITIES DocBook Additional General Entities V4.0//EN"
+ "dbgenent.ent">
+ %dbgenent;
+-->
+
+<!-- File dbgenent.mod .................................................... -->
+
+<!-- You can edit this file to add the following:
+
+ o General entity declarations of any kind. For example:
+
+ <!ENTITY happyface SDATA "insert-face"> (system-specific data)
+ <!ENTITY productname "WinWidget"> (small boilerplate)
+ <!ENTITY legal-notice SYSTEM "notice.sgm"> (large boilerplate)
+
+ o Notation declarations. For example:
+
+ <!NOTATION chicken-scratch SYSTEM>
+
+ o Declarations for and references to external parameter entities
+ containing collections of any of the above. For example:
+
+ <!ENTITY % all-titles PUBLIC "-//DocTools//ELEMENTS Book Titles//EN"
+ "booktitles.ent">
+ %all-titles;
+-->
+
+<!-- End of DocBook XML additional general entities V4.0 .................. -->
+<!-- ...................................................................... -->