After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 537624 - xmllint errors on accessibility-guide
xmllint errors on accessibility-guide
Status: RESOLVED FIXED
Product: gnome-user-docs
Classification: Core
Component: access-guide
2.22.x
Other Linux
: Normal major
: ---
Assigned To: Maintainers of Gnome user documentation
Maintainers of Gnome user documentation
Depends on:
Blocks:
 
 
Reported: 2008-06-10 16:17 UTC by Gabor Kelemen
Modified: 2008-06-14 12:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Gabor Kelemen 2008-06-10 16:17:34 UTC
On trunk, revision 877, the following errors exist:

xmllint enable.xml 
enable.xml:30: parser error : Opening and ending tag mismatch: userinput line 30 and userinut
>Alt-F2</keycap> to bring up a Run dialog and type in <userinput>orca</userinut>
                                                                               ^
enable.xml:30: parser error : Opening and ending tag mismatch: userinput line 30 and userinut
n dialog entries. When the text box contains the word <userinput>orca</userinut>
                                                                               ^
enable.xml:41: parser error : Opening and ending tag mismatch: note line 40 and para
</para>
       ^
enable.xml:49: parser error : Opening and ending tag mismatch: para line 38 and chapter
</chapter>
          ^
enable.xml:50: parser error : Premature end of data in tag chapter line 1

^


 xmllint gnome-access-guide.xml 
enable.xml:30: parser error : Opening and ending tag mismatch: userinput line 30 and userinut
>Alt-F2</keycap> to bring up a Run dialog and type in <userinput>orca</userinut>
                                                                               ^
enable.xml:30: parser error : Opening and ending tag mismatch: userinput line 30 and userinut
n dialog entries. When the text box contains the word <userinput>orca</userinut>
                                                                               ^
enable.xml:41: parser error : Opening and ending tag mismatch: note line 40 and para
</para>
       ^
enable.xml:49: parser error : Opening and ending tag mismatch: para line 38 and chapter
</chapter>
          ^
enable.xml:50: parser error : Premature end of data in tag chapter line 1

^
enable.xml:50: parser error : chunk is not well balanced

^
gnome-access-guide.xml:235: parser error : Entity 'enable' failed to parse
&enable;
        ^

 xmllint preface.xml 
preface.xml:4: parser error : Entity 'manrevision' not defined
The <citetitle>GNOME &manrevision; Desktop 
                                  ^
preface.xml:5: parser error : Entity 'manrevision' not defined
nfigure, customize and use the accessibility features of the GNOME &manrevision;
                                                                               ^
preface.xml:11: parser error : Entity 'gnomeversion' not defined
dministrators, and anyone else who is interested in how the GNOME &gnomeversion;
                                                                               ^
preface.xml:61: parser error : Entity 'manrevision' not defined
<citetitle>GNOME &manrevision; Desktop System 
                              ^
preface.xml:67: parser error : Entity 'manrevision' not defined
<citetitle>GNOME &manrevision; Desktop User Guide
                              ^
Comment 1 Claude Paroz 2008-06-10 18:53:46 UTC
Even if this is currently work in progress, please Vincent, don't commit stuff that doesn't pass xmllint!
Comment 2 Frederic Peters 2008-06-14 12:18:43 UTC
They were really minor issues, I commited the fix after discussing the issue with Claude.

2008-06-14  Frederic Peters  <fpeters@0d.be>

        * enable.xml: Fixed two typos in close tags (</userinut>) and a lone
        <note>.  (closes: #537624)