Re: [docbook-apps] Re: SDML or Vaxdocuments to docbook?
> > Hmm, I though a SAX parser required a 'well formed' > document to work with? In this, there are <para></para> tags > expressed as in html, just <P> and no end tag. When you *use* a SAX parser for XML, it requires XML. When you *write* a SAX parser, it can be SAX parser for anything. What you need is to write a Java program that reads the source and calls handler methods as defined by SAX. David Tolpin