Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 358931 - bugzilla.dtd does not validate
Summary: bugzilla.dtd does not validate
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Bugzilla (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Bugzilla Admins
URL: http://bugs.gentoo.org/bugzilla.dtd
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-14 18:58 UTC by Kenneth Prugh (RETIRED)
Modified: 2011-10-30 23:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Prugh (RETIRED) gentoo-dev 2011-03-14 18:58:51 UTC
When trying to parse a bug's XML I get the following error from the bugzilla DTD:

bugzilla.dtd:85:11: Open quote is expected for attribute "{1}" associated with an  element type  "type_id".
Comment 1 Alex Legler (RETIRED) archtester gentoo-dev Security 2011-03-14 19:02:06 UTC
The problem is that type_id doesn't have the 'attribute default' [1] set:

<!ATTLIST flag
          name CDATA #REQUIRED
          id CDATA #REQUIRED
          type_id CDATA
          status CDATA #REQUIRED
          setter CDATA #IMPLIED
          requestee CDATA #IMPLIED
>


[1] required as per http://www.w3.org/TR/REC-xml/#sec-attr-defaults