This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> -----Original Message-----
> From: gilles g [mailto:gg.gilles@freesurf.fr]
> >>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

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]