OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]