This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Re: [docbook-apps] all files for docbook.dtd
- From: "gilles g" <gg dot gilles at freesurf dot fr>
- To: "Docbook" <docbook-apps at lists dot oasis-open dot org>
- Date: Fri, 12 Sep 2003 12:39:46 +0200
- 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
To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org.