Does anyone know of any method to canonicalize XML document in java 1.5, without using Canonicalizer class at Apache XML Security project? I can't upgrade java to a newer version and i can't use any external libraries.
By saying i can't use any external libraries i meant that i can use only JRE1.5 system library, can't import any additional .JAR files.