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]
> 
> 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;
> ]]>
> 
How does the DOCTYPE declaration in your docbook XML sourcefile look like?

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]