9d9edee86e
8218629: XML Digital Signature throws NAMESPACE_ERR exception on OpenJDK 11, works 8/9/10 Backout and restore previous XML signature marshalling implementation Reviewed-by: weijun
16 lines
420 B
XML
16 lines
420 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Preamble -->
|
|
<Envelope xmlns:foo="http://example.org/foo" xmlns="http://example.org/usps">
|
|
<DearSir>foo</DearSir>
|
|
<Body>bar</Body>
|
|
<YoursSincerely>
|
|
</YoursSincerely>
|
|
<PostScript>bar</PostScript>
|
|
<Notaries xmlns="" Id="notaries">
|
|
<Notary name="Great, A. T." />
|
|
<Notary name="Hun, A. T." />
|
|
</Notaries>
|
|
<!-- Commentary -->
|
|
</Envelope>
|
|
<!-- Postamble -->
|