From: Stefan B. <bo...@ap...> - 2009-05-27 04:11:54
|
Hi, I've added tests for the input builder sometime last week and learned that SAXSource.sourceToInputSource doesn't work for DOMSource - I haven't tried a STaXSource, yet. No big problem but something to look out for. The API for validation I proposed is in place for both platforms. The class encapsulating errors/warnings is called ValidationProblem (better names are always welcome) and now holds an enum property indicating whether it represents an error or a warning. There is no implementation of that API, yet. I'll start with the JAXP 1.3 implementation and make the legacy jaxp13.Validator class use it. Stefan |