File: signature-c14n-14.txt

package info (click to toggle)
python-signxml 4.0.5%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 4,896 kB
  • sloc: xml: 9,822; python: 2,370; javascript: 57; makefile: 35; sh: 8
file content (13 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (42)
1
2
3
4
5
6
7
8
9
10
11
12
13
<Envelope xmlns="http://example.org/usps" xmlns:foo="http://example.org/foo">
  <DearSir>foo</DearSir>
  <Body>bar</Body>
  <YoursSincerely>
    
  </YoursSincerely>
  <PostScript>bar</PostScript>
  <Notaries xmlns="" Id="notaries">
    <Notary name="Great, A. T."></Notary>
    <Notary name="Hun, A. T."></Notary>
  </Notaries>
  
</Envelope>