File: utf8.v2v3.xml

package info (click to toggle)
xml2rfc 3.23.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 14,624 kB
  • sloc: xml: 80,545; python: 14,738; javascript: 167; sh: 9; makefile: 9
file content (51 lines) | stat: -rw-r--r-- 1,667 bytes parent folder | download | duplicates (2)
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    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<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>