- From: Elliotte Harold <elharo@metalab.unc.edu>
- Date: Tue, 06 Feb 2007 07:04:40 -0500
Henri Sivonen wrote: > My parser[1] doesn't follow the WA10 parsing algorithm, either, *yet*. > However, as a tentative Pythonless Java solution, you could use it > together with a RELAX NG validator in the pipeline (using the whattf.org > schemas[2]) to implement Draconian failure in cases where the error > recovery would kick in as per the WA10 parsing algorithm. Java's certainly more attractive to me than Python. I think I'd avoid Draconian error handling for the initial step and just see what comes out at the end. Thanks! -- ?Elliotte Rusty Harold elharo at metalab.unc.edu Java I/O 2nd Edition Just Published! http://www.cafeaulait.org/books/javaio2/ http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
Received on Tuesday, 6 February 2007 04:04:40 UTC