all: sdocbook.dtd sdocbookref.dtd
test:
- $(XJPARSE) tests/testcust.xml
- $(XJPARSE) tests/testrefcust.xml
- $(XJPARSE) tests/test.xml
- $(XJPARSE) tests/testcss.xml
+ $(XJPARSE) -d tests/testcust.xml
+ $(XJPARSE) -d tests/testrefcust.xml
+ $(XJPARSE) -d tests/test.xml
+ $(XJPARSE) -d tests/testcss.xml
freshmeat:
ifeq ($(VERSION),)
endif
sdocbook.dtd: sdocbook-custom.dtd $(MODULES)
- $(XJPARSE) tests/testcust.xml
+ $(XJPARSE) -d tests/testcust.xml
$(FLATTEN) sdocbook-custom.dtd > sdocbook.dtd
sdocbookref.dtd: sdocbookref-custom.dtd $(MODULES)
- $(XJPARSE) tests/testrefcust.xml
+ $(XJPARSE) -d tests/testrefcust.xml
$(FLATTEN) sdocbookref-custom.dtd > sdocbookref.dtd
doc: sdocbook.dtd
|%para.class; |blockquote
%local.textobject.mix;">
+<!ENTITY % local.mediaobject.mix "">
+<!ENTITY % mediaobject.mix
+ "videoobject|audioobject|imageobject|textobject
+ %local.mediaobject.mix;">
+
<!ENTITY % local.listpreamble.mix "">
<!ENTITY % listpreamble.mix
" %admon.class;
<!ENTITY % superscript.element "IGNORE">
<!ENTITY % cals.table.module "INCLUDE">
-<!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://docbook.org/xml/4.3/docbookx.dtd"
+<!ENTITY % docbook PUBLIC "-//OASIS//DTD DocBook XML V4.5CR2//EN"
+ "http://docbook.org/xml/4.5CR2/docbookx.dtd"
>
%docbook;
<![%allow.html.tables;[
<!ENTITY % informaltable.table.mdl
"((mediaobject+|tgroup+)
- |(caption, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+)))">
+ |((col*|colgroup*), thead?, tfoot?, (tbody+|tr+)))">
]]>
<!ENTITY % informaltable.table.mdl
"(mediaobject+|tgroup+)">
<!ENTITY % uri.module "IGNORE">
<!ENTITY % allow.html.tables "INCLUDE">
+<!-- new in 4.4 or 4.5 -->
+<!ENTITY % bibliolist.module "IGNORE">
+<!ENTITY % mathphrase.module "IGNORE">
+<!ENTITY % termdef.module "IGNORE">
+<!ENTITY % biblioref.module "IGNORE">
+<!ENTITY % package.module "IGNORE">
+
<!-- End of Simplified DocBook Include Module V1.1 ........................ -->
<!-- ...................................................................... -->