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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
|
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
<!ENTITY nbsp " ">
<!ENTITY zwsp "​">
<!ENTITY nbhy "‑">
<!ENTITY wj "⁠">
]>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" category="info" docName="draft-sample-input-00" ipr="trust200902" submissionType="IETF" version="3">
<!-- xml2rfc v2v3 conversion 3.15.3 -->
<?v3xml2rfc silence="The document date .*? is more than 3 days away from today's date" ?>
<front>
<title abbrev="Abbreviated Title">Put Your Internet Draft Title</title>
<seriesInfo name="Internet-Draft" value="draft-sample-input-00"/>
<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>
<name>Some unicode strings</name>
<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>
|