> 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

Reply via email to