c*****t 发帖数: 1879 | 1 I have a question regarding Jelly and other XUL or XAML tools on
error handling. Basically, how they do it.
1. how they handle parse errors. The errors are not syntactic ones
that XML parsers SAX/JDOM detect, but semantic ones like unknown
tags, invalid variables, invalid values, wrong attributes etc.
2. logging.
3. warning/debugging.
I am currently trying to come up a solution to improve CookXml
( cookxml.sourceforge.net )'s error handling, but it would be nice
to know how others doing |
|