source: rfc2629xslt/samples/sample.ipr.rfc.200201.iprnotified.test.xhtml @ 1528

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

update rfc2629.xslt, update acks (see #219)

  • Property svn:eol-style set to native
File size: 10.4 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>Default RFC IPR (w. iprnotified PI set to yes) as of January 2002</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}
31cite {
32  font-style: normal;
33}
34dd {
35  margin-right: 2em;
36}
37dl {
38  margin-left: 2em;
39}
40
41ul.empty {
42  list-style-type: none;
43}
44ul.empty li {
45  margin-top: .5em;
46}
47dl p {
48  margin-left: 0em;
49}
50dt {
51  margin-top: .5em;
52}
53h1 {
54  font-size: 14pt;
55  line-height: 21pt;
56  page-break-after: avoid;
57}
58h1.np {
59  page-break-before: always;
60}
61h1 a {
62  color: #333333;
63}
64h2 {
65  font-size: 12pt;
66  line-height: 15pt;
67  page-break-after: avoid;
68}
69h3, h4, h5, h6 {
70  font-size: 10pt;
71  page-break-after: avoid;
72}
73h2 a, h3 a, h4 a, h5 a, h6 a {
74  color: black;
75}
76img {
77  margin-left: 3em;
78}
79li {
80  margin-left: 2em;
81  margin-right: 2em;
82}
83ol {
84  margin-left: 2em;
85  margin-right: 2em;
86}
87ol.la {
88  list-style-type: lower-alpha;
89}
90ol.ua {
91  list-style-type: upper-alpha;
92}
93ol p {
94  margin-left: 0em;
95}
96p {
97  margin-left: 2em;
98  margin-right: 2em;
99}
100pre {
101  margin-left: 3em;
102  background-color: lightyellow;
103  padding: .25em;
104}
105pre.text2 {
106  border-style: dotted;
107  border-width: 1px;
108  background-color: #f0f0f0;
109  width: 69em;
110}
111pre.inline {
112  background-color: white;
113  padding: 0em;
114}
115pre.text {
116  border-style: dotted;
117  border-width: 1px;
118  background-color: #f8f8f8;
119  width: 69em;
120}
121pre.drawing {
122  border-style: solid;
123  border-width: 1px;
124  background-color: #f8f8f8;
125  padding: 2em;
126}
127table {
128  margin-left: 2em;
129}
130table.header {
131  border-spacing: 1px;
132  width: 95%;
133  font-size: 10pt;
134  color: white;
135}
136td.top {
137  vertical-align: top;
138}
139td.topnowrap {
140  vertical-align: top;
141  white-space: nowrap;
142}
143table.header td {
144  background-color: gray;
145  width: 50%;
146}
147td.reference {
148  vertical-align: top;
149  white-space: nowrap;
150  padding-right: 1em;
151}
152thead {
153  display:table-header-group;
154}
155ul.toc, ul.toc ul {
156  list-style: none;
157  margin-left: 1.5em;
158  margin-right: 0em;
159  padding-left: 0em;
160}
161ul.toc li {
162  line-height: 150%;
163  font-weight: bold;
164  font-size: 10pt;
165  margin-left: 0em;
166  margin-right: 0em;
167}
168ul.toc li li {
169  line-height: normal;
170  font-weight: normal;
171  font-size: 9pt;
172  margin-left: 0em;
173  margin-right: 0em;
174}
175li.excluded {
176  font-size: 0pt;
177}
178ul p {
179  margin-left: 0em;
180}
181
182.comment {
183  background-color: yellow;
184}
185.center {
186  text-align: center;
187}
188.error {
189  color: red;
190  font-style: italic;
191  font-weight: bold;
192}
193.figure {
194  font-weight: bold;
195  text-align: center;
196  font-size: 9pt;
197}
198.filename {
199  color: #333333;
200  font-weight: bold;
201  font-size: 12pt;
202  line-height: 21pt;
203  text-align: center;
204}
205.fn {
206  font-weight: bold;
207}
208.hidden {
209  display: none;
210}
211.left {
212  text-align: left;
213}
214.right {
215  text-align: right;
216}
217.title {
218  color: #990000;
219  font-size: 18pt;
220  line-height: 18pt;
221  font-weight: bold;
222  text-align: center;
223  margin-top: 36pt;
224}
225.vcardline {
226  display: block;
227}
228.warning {
229  font-size: 14pt;
230  background-color: yellow;
231}
232
233
234@media print {
235  .noprint {
236    display: none;
237  }
238 
239  a {
240    color: black;
241    text-decoration: none;
242  }
243
244  table.header {
245    width: 90%;
246  }
247
248  td.header {
249    width: 50%;
250    color: black;
251    background-color: white;
252    vertical-align: top;
253    font-size: 12pt;
254  }
255
256  ul.toc a::after {
257    content: leader('.') target-counter(attr(href), page);
258  }
259 
260  ul.ind li li a {
261    content: target-counter(attr(href), page);
262  }
263 
264  .print2col {
265    column-count: 2;
266    -moz-column-count: 2;
267    column-fill: auto;
268  }
269}
270
271@page {
272  @top-left {
273       content: "RFC 3223";
274  }
275  @top-right {
276       content: "January 2002";
277  }
278  @top-center {
279       content: "default RFC IPR example";
280  }
281  @bottom-left {
282       content: "Doe";
283  }
284  @bottom-center {
285       content: "Informational";
286  }
287  @bottom-right {
288       content: "[Page " counter(page) "]";
289  }
290}
291
292@page:first {
293    @top-left {
294      content: normal;
295    }
296    @top-right {
297      content: normal;
298    }
299    @top-center {
300      content: normal;
301    }
302}
303</style>
304      <link rel="Author" href="#rfc.authors"/>
305      <link rel="Copyright" href="#rfc.copyright"/>
306      <link rel="Chapter" title="1 Dummy Section" href="#rfc.section.1"/>
307      <link rel="Alternate" title="Authorative ASCII Version" href="http://www.ietf.org/rfc/rfc3223.txt"/>
308      <link rel="Help" title="RFC-Editor's Status Page" href="http://www.rfc-editor.org/info/rfc3223"/>
309      <link rel="Help" title="Additional Information on tools.ietf.org" href="http://tools.ietf.org/html/rfc3223"/>
310      <link rel="schema.dct" href="http://purl.org/dc/terms/"/>
311      <meta name="dct.creator" content="Doe, J."/>
312      <meta name="dct.identifier" content="urn:ietf:rfc:3223"/>
313      <meta name="dct.issued" scheme="ISO8601" content="2002-01"/>
314      <meta name="dct.abstract" content="This is a test case document, it is not RFC 3223 (which was never issued by the RFC-Editor)."/>
315      <meta name="dct.isPartOf" content="urn:issn:2070-1721"/>
316      <meta name="description" content="This is a test case document, it is not RFC 3223 (which was never issued by the RFC-Editor)."/>
317   </head>
318   <body>
319      <table class="header">
320         <tbody>
321            <tr>
322               <td class="left">Network Working Group</td>
323               <td class="right">J. Doe</td>
324            </tr>
325            <tr>
326               <td class="left">Request for Comments: 3223</td>
327               <td class="right">January 2002</td>
328            </tr>
329            <tr>
330               <td class="left">Category: Informational</td>
331               <td class="right"/>
332            </tr>
333         </tbody>
334      </table>
335      <p class="title">Default RFC IPR (w. iprnotified PI set to yes) as of January 2002</p>
336      <h1>
337         <a id="rfc.status" href="#rfc.status">Status of this Memo</a>
338      </h1>
339      <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>
340      <h1>
341         <a id="rfc.copyrightnotice" href="#rfc.copyrightnotice">Copyright Notice</a>
342      </h1>
343      <p>Copyright © The Internet Society (2002). All Rights Reserved.</p>
344      <h1 id="rfc.abstract">
345         <a href="#rfc.abstract">Abstract</a>
346      </h1>
347      <p>This is a test case document, it is not RFC 3223 (which was never issued by the RFC-Editor).</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      <h1>
366         <a id="rfc.copyright" href="#rfc.copyright">Full Copyright Statement</a>
367      </h1>
368      <p>Copyright © The Internet Society (2002). All Rights Reserved.</p>
369      <p>This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to the Internet Society or other Internet organizations, except as needed for the purpose of developing Internet standards in which case the procedures for copyrights defined in the Internet Standards process must be followed, or as required to translate it into languages other than English.</p>
370      <p>The limited permissions granted above are perpetual and will not be revoked by the Internet Society or its successors or assigns.</p>
371      <p>This document and the information contained herein is provided on an “AS IS” basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>
372      <h1>
373         <a id="rfc.ipr" href="#rfc.ipr">Intellectual Property</a>
374      </h1>
375      <p>The IETF takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on the IETF's procedures with respect to rights in standards-track and standards-related documentation can be found in BCP-11. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification can be obtained from the IETF Secretariat.</p>
376      <p>The IETF invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to practice this standard. Please address the information to the IETF Executive Director.</p>
377      <p>The IETF has been notified of intellectual property rights claimed in regard to some or all of the specification contained in this document. For more information consult the online list of claimed rights.</p>
378      <h1>Acknowledgment</h1>
379      <p>Funding for the RFC Editor function is currently provided by the Internet Society.</p>
380   </body>
381</html>
Note: See TracBrowser for help on using the repository browser.