Hi,
I am a newbie to the XML Parsing.
I have this basic question.

How does the SAX Parser validate an XML document?

Does it do it on the fly, i.e., does it do one 
phase processing, where it processes the document,
validates it till that point, and calls the handlers
at the same time.

Or, Does it do 2 phased processing, first reads the document,
validates it, and then reads it again, to call the 
Handler callbacks for each event?

thanks in advance,
- Renin
914-948-6200 x7714
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to