OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]