File: sourcecode.xml

package info (click to toggle)
xml2rfc 3.23.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid, trixie
  • size: 14,624 kB
  • sloc: xml: 80,545; python: 14,738; javascript: 167; sh: 9; makefile: 9
file content (146 lines) | stat: -rw-r--r-- 3,156 bytes parent folder | download | duplicates (2)
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
<?xml version='1.0'?>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>
<?rfc-ext include-references-in-index="yes" ?>
<?rfc-ext paragraph-links='yes'?>
<rfc sortRefs="true" category="exp" submissionType="independent" ipr="trust200902" docName="sourcecode-00">
    <?v3xml2rfc silence="Unused reference: There seems to be no reference to .*" ?>
    <?v3xml2rfc silence="The 'docName' attribute of the .rfc/. element should have a revision number" ?>
    <?v3xml2rfc silence='Did not find a recognized country entry' ?>
    <?v3xml2rfc silence="Postal address" ?>
    <?v3xml2rfc silence="Recognized postal address elements" ?>
    <?v3xml2rfc silence="The document date (.*) is more than 3 days away from today's date" ?>
    <?v3xml2rfc silence="Found SVG with width or height specified" ?>
    <front>
        <title>xml2rfc sourcecode tests</title>
        <author fullname="Human Person" initials="H" surname="Person" role="editor">
            <address>
                <postal>
                    <postalLine>line 1</postalLine>
                    <postalLine>line 2</postalLine>
                    <postalLine>line 3</postalLine>
                </postal>
            </address>
        </author>
    </front>
    <middle>
        <section>
            <name>Less than 50 lines</name>
            <sourcecode name="49lines.py">print("01")
print("02")
print("03")
print("04")
print("05")
print("06")
print("07")
print("08")
print("09")
print("10")
print("11")
print("12")
print("13")
print("14")
print("15")
print("16")
print("17")
print("18")
print("19")
print("20")
print("21")
print("22")
print("23")
print("24")
print("25")
print("26")
print("27")
print("28")
print("29")
print("30")
print("31")
print("32")
print("33")
print("34")
print("35")
print("36")
print("37")
print("38")
print("39")
print("40")
print("41")
print("42")
print("43")
print("44")
print("45")
print("46")
print("47")
print("48")
print("49")
            </sourcecode>
            <sourcecode name="50lines.py">print("01")
print("02")
print("03")
print("04")
print("05")
print("06")
print("07")
print("08")
print("09")
print("10")
print("11")
print("12")
print("13")
print("14")
print("15")
print("16")
print("17")
print("18")
print("19")
print("20")
print("21")
print("22")
print("23")
print("24")
print("25")
print("26")
print("27")
print("28")
print("29")
print("30")
print("31")
print("32")
print("33")
print("34")
print("35")
print("36")
print("37")
print("38")
print("39")
print("40")
print("41")
print("42")
print("43")
print("44")
print("45")
print("46")
print("47")
print("48")
print("49")
print("50")
            </sourcecode>
        </section>
    </middle>
    <back>
        <references>
            <name>References</name>
            <reference anchor="ref0">
                <front>
                    <title>Reference</title>
                    <author fullname="Reference Q. Author"/>
                </front>
                <annotation>
                    <iref item="annotation"/>
                    This is a reference not in a reference group.
                </annotation>
            </reference>
        </references>
    </back>
</rfc>