From: <gre...@fr...> - 2003-12-19 20:30:40
|
Hi list, I wanted to validate some generated xml documents, which I already diff with xmlUnit. I also wanted to avoid loading the dtd's over the network, so I tried sthg like the solution proposed here : http://sourceforge.net/mailarchive/forum.php?thread_id=1515032&forum_id=9345 I never managed to have my EntityResolver being actually used. (Tried debugging, break points never reached) Did I do something wrong, or is there someone who has actually managed to do this? (through xmlunit - outside xmlunit, it works, I wrote a small and straightforward package that does just the validation) I'll take any tips. If nobody has a solution, and/or someone show interest, I could publish my mini-package for validation, although I really suspect this already exists in 20 different flavours.. greg |