Attached are a set of patches and a new class that allows the CVS HEAD code to compile on JDK 1.3. The TransformXPath and XMLSignatureInput classes were throwing runtime exceptions and were chaining the causal exceptions. I created an XMLSecurityRuntimeException which behaves exactly like XMLSecurityException but extends RuntimeException and have the classes throw that, so that the original exception is still accessible.
I hope this helps. -- -- Chad
TransformXPath.patch
Description: Binary data
XMLSignatureInput.patch
Description: Binary data
xmlsecurity_en.properties.patch
Description: Binary data
XMLSecurityRuntimeException.java
Description: Binary data