Gav.... wrote: > > I have added back in the catalog.xcat file, containing :- > > V1.0//EN" > "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> > > > prefer="public"> > > uri="glossary-v10.dtd"/> > > > And removed the .dtd and .mod files from /xdocs/ > > I am now getting different errors, > > Recursive entity reference "%glossary". (Reference path: %glossary -> > %glossary -> %glossary), > > >From a forrest run and similar in an Ant Test failure report. > > The glossary-v10.dtd has :- > > "-//APACHE//ENTITIES Documentation V1.2//EN" > "document-v12.mod"> > %document; > > > > > > "-//APACHE//ENTITIES Common Character Entity Sets V1.0//EN" > "common-charents-v10.mod"> > %common-charents; > > > > > > "-//Apache Forrest//DTD Glossary V1.0//EN" > "glossary-v10.mod"> > %glossary; That last part is not correct. It should be %glossary; Then your catalog.xcat needs to declare that as well. At the moment you are creating a circular reference to the glossary-v10.dtd -David