Extensions to the DocBook DTD that allow "PDF" to be used as a value
authorMike Taylor <mike@indexdata.com>
Thu, 27 Apr 2006 13:28:46 +0000 (13:28 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Apr 2006 13:28:46 +0000 (13:28 +0000)
of the <imagedata> element's "format" attribute.  I got these from
http://lists.oasis-open.org/archives/docbook/200303/msg00163.html
and
http://lists.oasis-open.org/archives/docbook/200303/msg00180.html

doc/main.xml.in

index 0f921c0..681ca0e 100644 (file)
@@ -7,9 +7,18 @@
      <!ENTITY progref SYSTEM "progref.xml">
      <!ENTITY version "@VERSION@">
      <!ENTITY % entities SYSTEM "common/common.ent">
+     <!-- Next line allows imagedata/@format="PDF" and is taken from 
+http://lists.oasis-open.org/archives/docbook/200303/msg00163.html
+     -->
+     <!ENTITY % local.notation.class "| PDF">
+     <!-- Next line is necessary for some XML parsers, for reasons I
+          don't understand.  I got this from
+http://lists.oasis-open.org/archives/docbook/200303/msg00180.html
+     -->
+     <!NOTATION PDF SYSTEM "PDF">
      %entities;
 ]>
-<!-- $Id: main.xml.in,v 1.5 2006-04-25 12:48:52 marc Exp $ -->
+<!-- $Id: main.xml.in,v 1.6 2006-04-27 13:28:46 mike Exp $ -->
 <book id="metaproxy">
  &book;
 </book>