Re: Converting entities in an SGML DTD file to comply with XML DTD syntax

2007-03-01 Thread Michael Glavassevich
I think " wrote on 03/01/2007 04:41:10 AM: > I am working with a collection of XML documents that I need to parse > in order to index them in Lucene. There is a DTD file that describes > the structure of these documents, but when I started working with it > I found out that it was an SGML DTD file

Converting entities in an SGML DTD file to comply with XML DTD syntax

2007-03-01 Thread Mike O'Leary
I am working with a collection of XML documents that I need to parse in order to index them in Lucene. There is a DTD file that describes the structure of these documents, but when I started working with it I found out that it was an SGML DTD file. I found some advice on the internet about how to c