This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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

To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]