Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/openjdk-multiarch-jdk8u
Path: blob/aarch64-shenandoah-jdk8u272-b10/jdk/test/javax/xml/crypto/dsig/data/envelope2.xml
38863 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- Preamble -->
3
<Envelope xmlns:foo="http://example.org/foo" xmlns="http://example.org/usps">
4
<DearSir>foo</DearSir>
5
<Body>bar</Body>
6
<YoursSincerely>
7
</YoursSincerely>
8
<PostScript>bar</PostScript>
9
<Notaries xmlns="" Id="notaries">
10
<Notary name="Great, A. T." />
11
<Notary name="Hun, A. T." />
12
</Notaries>
13
<!-- Commentary -->
14
</Envelope>
15
<!-- Postamble -->
16
17