Apache XML Security - is the project moved or stoped?
I found that xml.apache.org/security project is without new releases from long time. Also the documentation is missing and the only way to understand how it works is through debuging line by line.
I need of XML encapsulation for simple and nested hierarchical signature, encryption and decryption. I made all functionallity without XML and now I need to put this in XML wrapper. It is possible to do myslef XML structure, but this will proprietary decision which will not be inter operate with other similar programs.
Any help or/and ideas from where I can found some XML wrapper for signed and encrypted documents which to be realised for JDK5, not for older versions?

