Changeset 2461 for rfc2629xslt/testcase.xml
- Timestamp:
- 01/11/13 09:28:20 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rfc2629xslt/testcase.xml
r2418 r2461 9 9 <?rfc-ext allow-markup-in-artwork="yes" ?> 10 10 <?rfc-ext vspace-pagebreak="999" ?> 11 <?rfc private="RFC2629 test cases"?>12 11 <?rfc multiple-initials="yes"?> 12 <?rfc private="XML2RFC Test Cases"?> 13 13 <!DOCTYPE rfc SYSTEM "rfc2629.dtd" [ 14 14 <!ENTITY nbsp " "> … … 20 20 <rfc xmlns:x="http://purl.org/net/xml2rfc/ext"> 21 21 <front> 22 <title>Test cases for RFC2629formatting</title>22 <title>Test cases for XML2RFC formatting</title> 23 23 24 24 <author initials="J. F." surname="Reschke" fullname="Julian F. Reschke"> … … 37 37 </author> 38 38 39 <date month="May"year="2013"/>39 <date year="2013"/> 40 40 <keyword>RFC2629</keyword> 41 41 <keyword>test case</keyword> … … 492 492 <eref target="http://trustee.ietf.org/docs/IETF-Trust-License-Policy.pdf">Legal Provisions Relating to IETF Documents</eref>: 493 493 </t> 494 <figure><artwork type="code" x:is CodeComponent="yes">494 <figure><artwork type="code" x:is-code-component="yes"> 495 495 int main(int argc, char **argv) { 496 496 return -1; … … 621 621 <t> 622 622 This paragraph follows an iref. 623 </t> 624 </section> 625 626 <section title="xref with pageno attribute" anchor="xref.pageno"> 627 <t> 628 A reference to <xref target="xref.pageno" pageno="true"/>. 623 629 </t> 624 630 </section>
Note: See TracChangeset
for help on using the changeset viewer.