GNOME Bugzilla – Bug 537624
xmllint errors on accessibility-guide
Last modified: 2008-06-14 12:18:43 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 ^
Even if this is currently work in progress, please Vincent, don't commit stuff that doesn't pass xmllint!
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)