1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
<?xml version='1.0' encoding='ascii'?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<rfc category="info" docName="draft-sample-input-00" ipr="trust200902" submissionType="IETF">
<front>
<title abbrev="Abbreviated Title">Put Your Internet Draft Title</title>
<author fullname="John Doe" initials="J." role="editor" surname="Doe">
<organization abbrev="Company">Company</organization>
<address>
<postal>
<street/>
<city>Springfield</city>
<region>IL</region>
<country>US</country>
</postal>
<email>jdoe@example.com</email>
</address>
</author>
<date month="December" year="2010" day="10"/>
<abstract>
<t>Insert an abstract: MANDATORY. This template is for creating an Internet-Draft. With some out of scope characters in Chinese, by Xing Xing, 这里是中文译本 </t>
</abstract>
</front>
<middle>
<section title="Some unicode strings">
<t>Text body needs to deal with funny characters </t>
<t>Pure out of scope 这里是中文译本 </t>
<t>Some re-mapped characters are ¢ or © </t>
<t>More re-mapped characters are ˜ and € and ^ </t>
</section>
</middle>
</rfc>
|