Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 380403 - metadoc-guide.xml shows outdated information for the doc entity
Summary: metadoc-guide.xml shows outdated information for the doc entity
Status: RESOLVED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Project-specific documentation (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Docs Team
URL: http://www.gentoo.org/proj/en/gdp/doc...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-23 18:18 UTC by Chema Alonso Josa (RETIRED)
Modified: 2011-09-04 14:58 UTC (History)
0 users

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


Attachments
Proposed patch to fix the description of doc entity (metadoc-guide.xml.patch,2.40 KB, patch)
2011-08-23 18:20 UTC, Chema Alonso Josa (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chema Alonso Josa (RETIRED) gentoo-dev 2011-08-23 18:18:53 UTC
Checking metadoc.dtd, I've found that the doc entity in the metadoc.xml file does not contain a fileid entity anymore, this entity is now an attribute.
Besides, vpart and vchap attributes are now in the bookref entity.




Reproducible: Always
Comment 1 Chema Alonso Josa (RETIRED) gentoo-dev 2011-08-23 18:20:57 UTC
Created attachment 284391 [details, diff]
Proposed patch to fix the description of doc entity
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2011-09-04 14:58:52 UTC
Thanks. The document is updated in CVS with your patch.

I also changed the XML example to use <![CDATA[ .. ]]> instead of the &lt;...&gt; constructs. Reads/edits a lot easier ;-)