source: rfc2629xslt/samples/sample.ipr.rfc.200812.nomod.test.xhtml @ 1667

Last change on this file since 1667 was 1667, checked in by julian.reschke@…, 11 years ago

bump up document dates, update to latest version of rfc2629.xslt

File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!DOCTYPE html
4  PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
6   <head profile="http://www.w3.org/2006/03/hcard http://dublincore.org/documents/2008/08/04/dc-html/">
7      <title>RFC IPR with ipr="noModificationTrust200811" as of December 2008</title>
8      <style type="text/css" title="Xml2Rfc (sans serif)">
9a {
10  text-decoration: none;
11}
12a.smpl {
13  color: black;
14}
15a:hover {
16  text-decoration: underline;
17}
18a:active {
19  text-decoration: underline;
20}
21address {
22  margin-top: 1em;
23  margin-left: 2em;
24  font-style: normal;
25}
26body {
27  color: black;
28  font-family: verdana, helvetica, arial, sans-serif;
29  font-size: 10pt;
30  margin-right: 2em;
31}
32cite {
33  font-style: normal;
34}
35dl {
36  margin-left: 2em;
37}
38ul.empty {
39  list-style-type: none;
40}
41ul.empty li {
42  margin-top: .5em;
43}
44dl p {
45  margin-left: 0em;
46}
47dt {
48  margin-top: .5em;
49}
50h1 {
51  font-size: 14pt;
52  line-height: 21pt;
53  page-break-after: avoid;
54}
55h1.np {
56  page-break-before: always;
57}
58h1 a {
59  color: #333333;
60}
61h2 {
62  font-size: 12pt;
63  line-height: 15pt;
64  page-break-after: avoid;
65}
66h3, h4, h5, h6 {
67  font-size: 10pt;
68  page-break-after: avoid;
69}
70h2 a, h3 a, h4 a, h5 a, h6 a {
71  color: black;
72}
73img {
74  margin-left: 3em;
75}
76li {
77  margin-left: 2em;
78}
79ol {
80  margin-left: 2em;
81}
82ol.la {
83  list-style-type: lower-alpha;
84}
85ol.ua {
86  list-style-type: upper-alpha;
87}
88ol p {
89  margin-left: 0em;
90}
91p {
92  margin-left: 2em;
93}
94pre {
95  margin-left: 3em;
96  background-color: lightyellow;
97  padding: .25em;
98  page-break-inside: avoid;
99}
100pre.text2 {
101  border-style: dotted;
102  border-width: 1px;
103  background-color: #f0f0f0;
104  width: 69em;
105}
106pre.inline {
107  background-color: white;
108  padding: 0em;
109}
110pre.text {
111  border-style: dotted;
112  border-width: 1px;
113  background-color: #f8f8f8;
114  width: 69em;
115}
116pre.drawing {
117  border-style: solid;
118  border-width: 1px;
119  background-color: #f8f8f8;
120  padding: 2em;
121}
122table {
123  margin-left: 2em;
124}
125table.header {
126  border-spacing: 1px;
127  width: 95%;
128  font-size: 10pt;
129  color: white;
130}
131td.top {
132  vertical-align: top;
133}
134td.topnowrap {
135  vertical-align: top;
136  white-space: nowrap;
137}
138table.header td {
139  background-color: gray;
140  width: 50%;
141}
142td.reference {
143  vertical-align: top;
144  white-space: nowrap;
145  padding-right: 1em;
146}
147thead {
148  display:table-header-group;
149}
150ul.toc, ul.toc ul {
151  list-style: none;
152  margin-left: 1.5em;
153  padding-left: 0em;
154}
155ul.toc li {
156  line-height: 150%;
157  font-weight: bold;
158  font-size: 10pt;
159  margin-left: 0em;
160}
161ul.toc li li {
162  line-height: normal;
163  font-weight: normal;
164  font-size: 9pt;
165  margin-left: 0em;
166}
167li.excluded {
168  font-size: 0pt;
169}
170ul p {
171  margin-left: 0em;
172}
173
174.comment {
175  background-color: yellow;
176}
177.center {
178  text-align: center;
179}
180.error {
181  color: red;
182  font-style: italic;
183  font-weight: bold;
184}
185.figure {
186  font-weight: bold;
187  text-align: center;
188  font-size: 9pt;
189}
190.filename {
191  color: #333333;
192  font-weight: bold;
193  font-size: 12pt;
194  line-height: 21pt;
195  text-align: center;
196}
197.fn {
198  font-weight: bold;
199}
200.hidden {
201  display: none;
202}
203.left {
204  text-align: left;
205}
206.right {
207  text-align: right;
208}
209.title {
210  color: #990000;
211  font-size: 18pt;
212  line-height: 18pt;
213  font-weight: bold;
214  text-align: center;
215  margin-top: 36pt;
216}
217.vcardline {
218  display: block;
219}
220.warning {
221  font-size: 14pt;
222  background-color: yellow;
223}
224
225
226@media print {
227  .noprint {
228    display: none;
229  }
230 
231  a {
232    color: black;
233    text-decoration: none;
234  }
235
236  table.header {
237    width: 90%;
238  }
239
240  td.header {
241    width: 50%;
242    color: black;
243    background-color: white;
244    vertical-align: top;
245    font-size: 12pt;
246  }
247
248  ul.toc a::after {
249    content: leader('.') target-counter(attr(href), page);
250  }
251 
252  ul.ind li li a {
253    content: target-counter(attr(href), page);
254  }
255 
256  .print2col {
257    column-count: 2;
258    -moz-column-count: 2;
259    column-fill: auto;
260  }
261}
262
263@page {
264  @top-left {
265       content: "RFC 5402";
266  }
267  @top-right {
268       content: "December 2008";
269  }
270  @top-center {
271       content: "RFC IPR nomod example";
272  }
273  @bottom-left {
274       content: "Doe";
275  }
276  @bottom-center {
277       content: "Informational";
278  }
279  @bottom-right {
280       content: "[Page " counter(page) "]";
281  }
282}
283
284@page:first {
285    @top-left {
286      content: normal;
287    }
288    @top-right {
289      content: normal;
290    }
291    @top-center {
292      content: normal;
293    }
294}
295</style>
296      <link rel="Author" href="#rfc.authors"/>
297      <link rel="Copyright" href="#rfc.copyrightnotice"/>
298      <link rel="Chapter" title="1 Dummy Section" href="#rfc.section.1"/>
299      <link rel="Alternate" title="Authorative ASCII Version" href="http://www.ietf.org/rfc/rfc5402.txt"/>
300      <link rel="Help" title="RFC-Editor's Status Page" href="http://www.rfc-editor.org/info/rfc5402"/>
301      <link rel="Help" title="Additional Information on tools.ietf.org" href="http://tools.ietf.org/html/rfc5402"/>
302      <link rel="schema.dct" href="http://purl.org/dc/terms/"/>
303      <meta name="dct.creator" content="Doe, J."/>
304      <meta name="dct.identifier" content="urn:ietf:rfc:5402"/>
305      <meta name="dct.issued" scheme="ISO8601" content="2008-12"/>
306      <meta name="dct.abstract" content="This is a test case document, it is not RFC 5402 (which was never issued by the RFC-Editor)."/>
307      <meta name="dct.isPartOf" content="urn:issn:2070-1721"/>
308      <meta name="description" content="This is a test case document, it is not RFC 5402 (which was never issued by the RFC-Editor)."/>
309   </head>
310   <body>
311      <table class="header">
312         <tbody>
313            <tr>
314               <td class="left">Network Working Group</td>
315               <td class="right">J. Doe</td>
316            </tr>
317            <tr>
318               <td class="left">Request for Comments: 5402</td>
319               <td class="right">December 2008</td>
320            </tr>
321            <tr>
322               <td class="left">Category: Informational</td>
323               <td class="right"/>
324            </tr>
325         </tbody>
326      </table>
327      <p class="title">RFC IPR with ipr="noModificationTrust200811" as of December 2008</p>
328      <h1>
329         <a id="rfc.status" href="#rfc.status">Status of this Memo</a>
330      </h1>
331      <p>This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited.</p>
332      <h1>
333         <a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a>
334      </h1>
335      <p>Copyright © 2008 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
336      <p>This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (<a href="http://trustee.ietf.org/license-info">http://trustee.ietf.org/license-info</a>) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document.</p>
337      <p>This document may not be modified, and derivative works of it may not be created, except to format it for publication as an RFC and to translate it into languages other than English.</p>
338      <h1 id="rfc.abstract">
339         <a href="#rfc.abstract">Abstract</a>
340      </h1>
341      <p>This is a test case document, it is not RFC 5402 (which was never issued by the RFC-Editor).</p>
342      <h1 id="rfc.section.1" class="np">
343         <a href="#rfc.section.1">1.</a> Dummy Section</h1>
344      <p id="rfc.section.1.p.1">Dummy Section.</p>
345      <div class="avoidbreak">
346         <h1 id="rfc.authors">
347            <a href="#rfc.authors">Author's Address</a>
348         </h1>
349         <address class="vcard">
350            <span class="vcardline">
351               <span class="fn">John Doe</span>
352               <span class="n hidden">
353                  <span class="family-name">Doe</span>
354                  <span class="given-name">John</span>
355               </span>
356            </span>
357         </address>
358      </div>
359   </body>
360</html>
Note: See TracBrowser for help on using the repository browser.