Return-Path: Delivered-To: apmail-xml-general-archive@xml.apache.org Received: (qmail 44893 invoked by uid 500); 23 Jul 2001 18:57:58 -0000 Mailing-List: contact general-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: general@xml.apache.org Delivered-To: mailing list general@xml.apache.org Delivered-To: moderator for general@xml.apache.org Received: (qmail 70131 invoked from network); 23 Jul 2001 17:05:31 -0000 Date: Mon, 23 Jul 2001 19:01:13 +0200 From: Christian Geuer-Pollmann To: general@xml.apache.org Cc: xalan-dev@xml.apache.org Subject: Supply "Canonical XML" to Apache Message-ID: <3777428418.995914873@clouseau> X-Mailer: Mulberry/2.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N 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: --------------------------------------------------------------------- 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