[
Lists Home |
Date Index |
Thread Index
]
At 6:43 PM -0500 2/27/04, Karl Waclawek wrote:
>> Even in the indefinite future,. I think the real way to handle this
>> is a stack of nested exceptions thrown by parse().
>
>Would this solve the problem of propagating the error info through
>a chain of filters?
I think it could. Each layer just catches the exception thrown by the
underlying layer, wraps it in a new exception, and tosses it to the
layer above it (unless it wants to fix the problem somehow. Right now
I'm toying with the idea of an XMLFilter that fixes all the bugs I've
uncovered in Xerces, including incorrect exception handling.)
--
Elliotte Rusty Harold
elharo@metalab.unc.edu
Effective XML (Addison-Wesley, 2003)
http://www.cafeconleche.org/books/effectivexml
http://www.amazon.com/exec/obidos/ISBN%3D0321150406/ref%3Dnosim/cafeaulaitA
|