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


ok ,

I changed this: (the .ent into .mod in docbookx.dtd file)

<!ENTITY % dbgenent.module "INCLUDE">
<![ %dbgenent.module; [
<!ENTITY % dbgenent PUBLIC
"-//OASIS//ENTITIES DocBook XML Additional General Entities V4.0//EN"
"dbgenent.ent">
%dbgenent;
]]>


into that:

<!ENTITY % dbgenent.module "INCLUDE">
<![ %dbgenent.module; [
<!ENTITY % dbgenent PUBLIC
"-//OASIS//ENTITIES DocBook XML Additional General Entities V4.0//EN"
"dbgenent.mod">
%dbgenent;
]]>

but now XML SPY said "entity 'ho' is not defined" in dbpoolx.mod :-(

what misses it ?

gilles



 





gilles.

gilles.grandon@mondeca.com 


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