RE: [docbook-apps] all files for docbook.dtd

From
Gisbert Amm <>
Date
2003-09-12T12:41:32+00:00
ID
Thread
RE: [docbook-apps] all files for docbook.dtd
> -----Original Message-----
> From: gilles g [mailto:]
> >>How does the DOCTYPE declaration in your docbook XML 
> sourcefile look like?
> 
> in my XML.docbook
> 
> <!DOCTYPE article SYSTEM 
> "D:\ab_banque\documentation\docBook\docbookx.dtd">
> 
> but I think that the problem comes from all the package of 
> DTD which is
> apparently  incomplete.(because entity 'ho' is not defined in 
> dbpoolx.mod)
> 
This Entity is defined in docbookx.dtd:

<![%sgml.features;[
<!ENTITY % ho "- O">
<!ENTITY % hh "- -">
]]>

<![%xml.features;[
<!ENTITY % ho "">
<!ENTITY % hh "">
]]>

The DTD package is indeed complete, there must something else go wrong when
XMLySpy tries to  parse the DTD. What XML parser does your XMLSpy use? Do
you use MSXML (and which version)?

Regards,
Gisbert Amm