Re: CanonicalizerSpi

2006-06-28 Thread Sean Mullan
You can download the code using subversion: svn co https://svn.apache.org/repos/asf/xml/security/trunk xml-security --Sean Michael McIntosh wrote: Raul, That would be good. Since I am going to be building a transform and canonicalization algorithm, I was also hoping to get access to the

Re: CanonicalizerSpi

2006-06-27 Thread Michael McIntosh
[EMAIL PROTECTED] wrote on 06/26/2006 10:09:31 AM: Can you be more specific about what the problem is? Also, the next release of Apache XML Security (1.4) will include JSR 105 (Java XML DSig API). The JSR 105 API allows you to implement your own Canonicalization (or Transform) algorithms

Re: CanonicalizerSpi

2006-06-26 Thread Sean Mullan
Can you be more specific about what the problem is? Also, the next release of Apache XML Security (1.4) will include JSR 105 (Java XML DSig API). The JSR 105 API allows you to implement your own Canonicalization (or Transform) algorithms (with support for input parameters) by subclassing the