0N/A<?xml version="1.0" encoding="UTF-8"?>
0N/A<!DOCTYPE Envelope [
0N/A <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
0N/A <!ENTITY c14n 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315'>
0N/A <!ENTITY xpath 'http://www.w3.org/TR/1999/REC-xpath-19991116'>
0N/A <!ENTITY xslt 'http://www.w3.org/TR/1999/REC-xslt-19991116'>
0N/A <!ATTLIST Notaries Id ID #IMPLIED>
0N/A]>
0N/A<!-- Preamble -->
0N/A<Envelope xmlns:foo="http://example.org/foo" xmlns="http://example.org/usps">
0N/A <DearSir>foo</DearSir>
0N/A <Body>bar</Body>
0N/A <YoursSincerely>
0N/A </YoursSincerely>
0N/A <PostScript>bar</PostScript>
0N/A <Notaries xmlns="" Id="notaries">
0N/A <Notary name="Great, A. T." />
0N/A <Notary name="Hun, A. T." />
0N/A </Notaries>
0N/A <!-- Commentary -->
0N/A</Envelope>
0N/A<!-- Postamble -->