Hi
We transformed our SGML documents to XML with sgml2xml (part of
fedora/redhat linux distribution) and processed XML not SGML. We also
use a very very very simple "SAX-like SGML parser" (suitable for our SGML
documents; not a general purpose SGML parser) to extract data from SGML.
But we use XM
On Dec 1, 2004, at 3:43 PM, DES wrote:
i've got to index some SGML documents and need help or some
expiriences with it.
Documents contain a number of different articles with the same
structure (TITLE, AUTHOR, DATA etc.), but i need to index each article
as a different document in my lucene index
Hi
i've got to index some SGML documents and need help or some expiriences with it.
Documents contain a number of different articles with the same structure
(TITLE, AUTHOR, DATA etc.), but i need to index each article as a different
document in my lucene index. Is there some reader for SGML? I c