Gentoo Archives: gentoo-docs-it

From: Paolo Palana <nsr2@×××××××.it>
To: gentoo-docs-it@l.g.o
Subject: Re: [gentoo-docs-it] errori del parser xml
Date: Mon, 10 Oct 2005 17:33:01
Message-Id: 434AA677.2010501@tiscali.it
In Reply to: Re: [gentoo-docs-it] errori del parser xml by Marco Mascherpa
1
2
3
4
5
6
7
8 Marco Mascherpa wrote:
9
10
On Monday 10 October 2005 19:25, Paolo Palana wrote:
11
12
13
Sto seguendo la guida
14
15 http://www.gentoo.org/proj/en/gdp/doc/doc-tipsntricks.xml
16
17
18 per cercare di crearmi un bell'ambientino di lavoro ed in particolare per
19 avere una preview di quello che sto facendo, ma quando do xmllint ottengo
20 una caterva di errori dal parser xml. Il documento sul quale lo passo è
21 quello scaricato direttamente dal repository di Gentoo. E' normale, sbaglio
22 qualche cosa io oppure devo procedere al debug di xml?
23
24
25
26 Ciao Paolo,
27 cosa hai fatto esattamente per ricreare l'ambiente? Poi incollare gli errori
28 che ti escono in modo da capire un po' più precisamente cosa non va?
29
30 A presto
31
32
33
34 Ciao Marco,
35 Quello che a me più interessa è poter avere una preview di quello che
36 sto facendo.
37 Quello che ho fatto per ritentare la creazione dell'ambiente di lavoro
38 è esattamente quello che è riportato sulla guida.
39
40 Ecco di seguito gli errori che ottengo dal parser
41
42
43 ~/TradGentoo/Inglese $ xmllint --valid --noout making-the-distro-p1.xml
44
45 http://www.w3.org/TR/REC-html40/loose.dtd:31: parser error :
46 xmlParseEntityDecl: entity HTML.Version not terminated
47   -- Typical usage:
48   ^
49 http://www.w3.org/TR/REC-html40/loose.dtd:31: parser error : Content
50 error in the external subset
51   -- Typical usage:
52   ^
53 making-the-distro-p1.xml:15: parser error : Opening and ending tag
54 mismatch: link line 14 and head
55 </head>
56        ^
57 making-the-distro-p1.xml:23: parser error : AttValue: " or ' expected
58 <form method=get action="/cgi-bin/viewcvs.cgi/">
59              ^
60 making-the-distro-p1.xml:23: parser error : attributes construct error
61 <form method=get action="/cgi-bin/viewcvs.cgi/">
62              ^
63 making-the-distro-p1.xml:23: parser error : Couldn't find end of Start
64 Tag form line 23
65 <form method=get action="/cgi-bin/viewcvs.cgi/">
66              ^
67 making-the-distro-p1.xml:71: parser error : Specification mandate value
68 for attribute selected
69 <optgroup label="CVS
70 Repositories"><option>doc</option><option
71 selected>gentoo</
72                                                                        ^
73 making-the-distro-p1.xml:75: parser error : AttValue: " or ' expected
74 <input type=submit value="Go">
75             ^
76 making-the-distro-p1.xml:75: parser error : attributes construct error
77 <input type=submit value="Go">
78             ^
79 making-the-distro-p1.xml:75: parser error : Couldn't find end of Start
80 Tag input line 75
81 <input type=submit value="Go">
82             ^
83 making-the-distro-p1.xml:76: parser error : Opening and ending tag
84 mismatch: td line 21 and form
85 </form>
86        ^
87 making-the-distro-p1.xml:78: parser error : Opening and ending tag
88 mismatch: tr line 19 and td
89 </td>
90      ^
91 making-the-distro-p1.xml:79: parser error : Opening and ending tag
92 mismatch: table line 18 and tr
93 </tr>
94      ^
95 making-the-distro-p1.xml:80: parser error : Opening and ending tag
96 mismatch: div line 17 and table
97 </table>
98         ^
99 making-the-distro-p1.xml:81: parser error : Opening and ending tag
100 mismatch: body line 16 and div
101 </div>
102       ^
103 making-the-distro-p1.xml:109: parser error : Opening and ending tag
104 mismatch: br line 101 and div
105 </div>
106       ^
107 making-the-distro-p1.xml:504: parser error : Specification mandate
108 value for attribute noshade
109 <hr noshade>
110            ^
111 making-the-distro-p1.xml:516: parser error : Opening and ending tag
112 mismatch: hr line 504 and body
113 </body>
114        ^
115 making-the-distro-p1.xml:517: parser error : Opening and ending tag
116 mismatch: br line 96 and html
117 </html>
118        ^
119 making-the-distro-p1.xml:519: parser error : Premature end of data in
120 tag br line 93
121
122 ^
123 making-the-distro-p1.xml:519: parser error : Premature end of data in
124 tag br line 88
125
126 ^
127 making-the-distro-p1.xml:519: parser error : Premature end of data in
128 tag div line 84
129
130 ^
131 making-the-distro-p1.xml:519: parser error : Premature end of data in
132 tag meta line 13
133
134 ^
135 making-the-distro-p1.xml:519: parser error : Premature end of data in
136 tag head line 11
137
138 ^
139 making-the-distro-p1.xml:519: parser error : Premature end of data in
140 tag html line 10
141
142 ^
143
144
145
146
147
148 --
149 gentoo-docs-it@g.o mailing list
150
151
152

Replies

Subject Author
Re: [gentoo-docs-it] errori del parser xml Marco Mascherpa <m.mascherpa@g.o>