From: Stefan B. <bo...@ap...> - 2007-03-27 04:38:01
|
Hi, while reading through Elliote Rusty Harold's "Testing XML" slides, in particular <http://www.cafeconleche.org/slides/sd2007west/testingxml/54.html> I decided to add overloads that accept a SAX InputSource wherever you could use a Reader. So far I've extended NodeTester and Transform and much of Validator (the case where we replace a DOCTYPE declaration isn't covered right now). The XMLAssert and XMLTestCase overloads will follow. Stefan |