-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.xml
55 lines (53 loc) · 1.62 KB
/
template.xml
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
52
53
54
55
<?xml version='1.0' ?>
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd' [
<!ENTITY pandocAbstract PUBLIC '' 'abstract.xml'>
<!ENTITY pandocMiddle PUBLIC '' 'DLEP_containers.xml'>
<!ENTITY pandocBack PUBLIC '' 'appendices.xml'>
<!ENTITY DLEP PUBLIC '' 'http://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.draft-ietf-manet-dlep-29.xml'>
<!ENTITY RFC.2119 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.2119.xml'>
<!ENTITY RFC.5226 PUBLIC '' 'http://xml.resource.org/public/rfc/bibxml/reference.RFC.5226.xml'>
]>
<?rfc toc="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc subcompact="no"?>
<?rfc compact="yes"?>
<?rfc comments="yes"?>
<rfc category="std" ipr="trust200902" docName="draft-dlep-containers-00">
<front>
<title>Container Data Items for DLEP</title>
<author initials="R." surname="Taylor" fullname="Rick Taylor">
<organization>Airbus Defence & Space</organization>
<address>
<postal>
<street>Quadrant House</street>
<street>Celtic Springs</street>
<street>Coedkernew</street>
<city>Newport</city>
<code>NP10 8FZ</code>
<country>UK</country>
</postal>
<email>rick.taylor@airbus.com</email>
</address>
</author>
<date />
<!-- <area>Routing</area>
<workgroup>Mobile Ad hoc Networks Working Group</workgroup> -->
<abstract>
&pandocAbstract;
</abstract>
</front>
<middle>
&pandocMiddle;
</middle>
<back>
<references title="Normative References">
&RFC.2119;
&DLEP;
</references>
<references title="Informative References">
&RFC.5226;
</references>
&pandocBack;
</back>
</rfc>