source: rfc2629xslt/samples/sample.ipr.rfc.201001.ietf.exp.c.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: 8.7 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>IETF Experimental w/ consensus and ipr="noModificationTrust200902"</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 9999";
266  }
267  @top-right {
268       content: "January 2010";
269  }
270  @top-center {
271       content: "IETF exp cons nomod example";
272  }
273  @bottom-left {
274       content: "Doe";
275  }
276  @bottom-center {
277       content: "Experimental";
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/rfc9999.txt"/>
300      <link rel="Help" title="RFC-Editor's Status Page" href="http://www.rfc-editor.org/info/rfc9999"/>
301      <link rel="Help" title="Additional Information on tools.ietf.org" href="http://tools.ietf.org/html/rfc9999"/>
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:9999"/>
305      <meta name="dct.issued" scheme="ISO8601" content="2010-01"/>
306      <meta name="dct.abstract" content="Dummy Abstract."/>
307      <meta name="dct.isPartOf" content="urn:issn:2070-1721"/>
308      <meta name="description" content="Dummy Abstract."/>
309   </head>
310   <body>
311      <table class="header">
312         <tbody>
313            <tr>
314               <td class="left">Internet Engineering Task Force (IETF)</td>
315               <td class="right">J. Doe</td>
316            </tr>
317            <tr>
318               <td class="left">Request for Comments: 9999</td>
319               <td class="right">January 2010</td>
320            </tr>
321            <tr>
322               <td class="left">Category: Experimental</td>
323               <td class="right"/>
324            </tr>
325            <tr>
326               <td class="left">ISSN: 2070-1721</td>
327               <td class="right"/>
328            </tr>
329         </tbody>
330      </table>
331      <p class="title">IETF Experimental w/ consensus and ipr="noModificationTrust200902"</p>
332      <h1 id="rfc.abstract">
333         <a href="#rfc.abstract">Abstract</a>
334      </h1>
335      <p>Dummy Abstract.</p>
336      <h1>
337         <a id="rfc.status" href="#rfc.status">Status of This Memo</a>
338      </h1>
339      <p>This document is not an Internet Standards Track specification; it is published for examination, experimental implementation, and evaluation.</p>
340      <p>This document defines an Experimental Protocol for the Internet community. This document is a product of the Internet Engineering Task Force (IETF). It represents the consensus of the IETF community. It has received public review and has been approved for publication by the Internet Engineering Steering Group (IESG). Not all documents approved by the IESG are a candidate for any level of Internet Standard; see Section 2 of RFC 5741.</p>
341      <p>Information about the current status of this document, any errata, and how to provide feedback on it may be obtained at <a href="http://www.rfc-editor.org/info/rfc9999">http://www.rfc-editor.org/info/rfc9999</a>.</p>
342      <h1>
343         <a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a>
344      </h1>
345      <p>Copyright © 2010 IETF Trust and the persons identified as the document authors. All rights reserved.</p>
346      <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. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License.</p>
347      <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 or to translate it into languages other than English.</p>
348      <h1 id="rfc.section.1" class="np">
349         <a href="#rfc.section.1">1.</a> Dummy Section</h1>
350      <p id="rfc.section.1.p.1">Dummy Section.</p>
351      <div class="avoidbreak">
352         <h1 id="rfc.authors">
353            <a href="#rfc.authors">Author's Address</a>
354         </h1>
355         <address class="vcard">
356            <span class="vcardline">
357               <span class="fn">John Doe</span>
358               <span class="n hidden">
359                  <span class="family-name">Doe</span>
360                  <span class="given-name">John</span>
361               </span>
362            </span>
363         </address>
364      </div>
365   </body>
366</html>
Note: See TracBrowser for help on using the repository browser.