I'll think you are still having problems with your dom, but it is
really weird as if your program is really what you have shown it
should work, correctly. Anyway can you tell me what's the output of
the following lines in your example:
                XMLSerializer ser=new XMLSerializer();
                ser.setOutputByteStream(System.out);
                ser.serialize(doc);
Regards,

Raul


On Thu, 31 Mar 2005 14:45:32 -0500, Scott Cantor <[EMAIL PROTECTED]> wrote:
> > For some reason, in my little test case, the canonicalizer renders a
> > different result with the DOM from the JAXP api then from the Glue api.
> > Apparently, the result from the JAXP DOM, produces something wrong, as far
> > as the soap:encodingStyle attribute goes.
> 
> I guess a first sanity check would be to compare the DOMs in a piecemeal
> fashion. Literally spit out a property-based display for every single node
> in the tree with the node type, name, NS, and hex value.
> 
> If those match, well, hmm. If not, at least that explains something.
> 
> But the thing I don't get is that your JAXP DOM c14n output just doesn't
> seem to be canonical, at least not unless the DOMs are really different.
> 
> -- Scott
> 
> 


-- 
http://r-bg.com

Reply via email to