I am using the SAX parser to pick out a particular element.
Once I have the element (and its attributes) there is no
reason to finish parsing the document.
Presently, I am using die to throw an exception which
terminates the parser.
Although this technique works I don't like it.
Does anyone know how to break out?


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

Reply via email to