July 2002
Intermediate to advanced
560 pages
11h 10m
English
XML canonicalization provides, where possible, a canonical form based on the XML and XML Namespace standards. That is, it strives to change all cases of the “same” XML, according to these standards, into identical sequences of octets. Of course, what is considered the “same” inherently depends on the particular application.
Ignoring such issues as changes in ancestor bindings that appear not to be used in a subdocument to be signed, consider the foo2:bar element:
<wrapper xmlns:foo2="http://example.com"
xmlns:foo3="ftp://x.example">
<foo2:bar attribute="value">content</foo2:bar>
</wrapper>
If the foo2:bar element and its content are signed, should we assume that foo2 is intended to always represent the ...
Read now
Unlock full access