Re: Registering a local dtd file for use with Digester

2007-02-22 Thread Steven Rowe
Hi Mike, > I have a collection of XML files that I would like to parse using Digester > in order to index them for Lucene. A DTD file has been supplied for the XML > files, but none of those files has a line associating them > with the DTD file. Can the Digester's register function be used to tel

Registering a local dtd file for use with Digester

2007-02-22 Thread Mike O'Leary
I have a collection of XML files that I would like to parse using Digester in order to index them for Lucene. A DTD file has been supplied for the XML files, but none of those files has a line associating them with the DTD file. Can the Digester's register function be used to tell it to use that D