I have axis2 building under java1.5, and DOM 3. The extra methods in the interfaces are just stubs, but it compiles.
Trouble is, I can't check this stuff in without 1.4 builds breaking, because one of the new methods uses a datatype that is only in dom3. Otherwise we could stick the stuff in and they would be ignored
What to do? One solution might be to always build against dom3, but support dom2 at runtime (and in tests).
-steve
