Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/javax/xml/crypto/dsig/data/envelope2.xml
41154 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