You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xml.apache.org by Christian Geuer-Pollmann <ge...@nue.et-inf.uni-siegen.de> on 2001/07/23 19:01:13 UTC

Supply "Canonical XML" to Apache

Hi All,

I've written a Canonicalizer which implements  XML Canonicalization [1]. I 
want to offer to included this piece of software into Apache Xalan-J.  It 
uses Apache Xerces and Apache Xalan. I've written some JUnit Tests that 
ensure that the examples from [1] work.

The usage of this software is relatively simple: You create a new 
Canonicalizer, give it a byte[] array or an XMLSignatureInput (which is a 
container for an InputStream, or an Element or a NodeList) and say 
canonicalize(). This returns the byte[] array which is the result of c14n 
as defined in [1]. Additionally, I have some simple examples to illustrate 
the usage ...

The source code can be found under [2]. It would be nice to get feedback ;-)

[1] http://www.w3.org/TR/xml-c14n
[2] http://www.xmlsecurity.org/src/


Best regards,

Christian Geuer-Pollmann


--------------------------------------------------------------------------
Institute for Data Communications Systems             University of Siegen
Hoelderlinstrasse 3                 D-57068 Siegen                 Germany

mail:  mailto:geuer-pollmann@nue.et-inf.uni-siegen.de
web:  <http://www.nue.et-inf.uni-siegen.de/~geuer-pollmann/>



---------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          general-unsubscribe@xml.apache.org
For additional commands, e-mail: general-help@xml.apache.org