Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 449998 - handbook-alpha-[*].xml
Summary: handbook-alpha-[*].xml
Status: RESOLVED FIXED
Alias: None
Product: Doc Translations
Classification: Unclassified
Component: Other (show other bugs)
Hardware: Alpha Linux
: Normal normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-03 14:21 UTC by Hadi Sarami
Modified: 2013-03-04 20:00 UTC (History)
1 user (show)

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


Attachments
handbook-alpha.xml (handbook-alpha.xml,10.25 KB, text/plain)
2013-01-03 14:21 UTC, Hadi Sarami
Details
hb-install-alpha-bootloader.xml (hb-install-alpha-bootloader.xml,9.08 KB, text/plain)
2013-01-03 14:50 UTC, Hadi Sarami
Details
hb-install-alpha-disk.xml (hb-install-alpha-disk.xml,24.63 KB, text/plain)
2013-01-03 15:29 UTC, Hadi Sarami
Details
hb-install-alpha-kernel.xml (hb-install-alpha-kernel.xml,14.89 KB, text/plain)
2013-01-03 15:48 UTC, Hadi Sarami
Details
hb-install-alpha-medium.xml (hb-install-alpha-medium.xml,13.87 KB, text/plain)
2013-01-03 16:02 UTC, Hadi Sarami
Details
hb-install-alpha-disk.xml (hb-install-alpha-disk.xml,24.41 KB, text/plain)
2013-01-25 05:25 UTC, Hadi Sarami
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hadi Sarami 2013-01-03 14:21:34 UTC
Created attachment 334186 [details]
handbook-alpha.xml
Comment 1 Hadi Sarami 2013-01-03 14:50:57 UTC
Created attachment 334188 [details]
hb-install-alpha-bootloader.xml
Comment 2 Hadi Sarami 2013-01-03 15:29:11 UTC
Created attachment 334198 [details]
hb-install-alpha-disk.xml
Comment 3 Hadi Sarami 2013-01-03 15:48:44 UTC
Created attachment 334200 [details]
hb-install-alpha-kernel.xml
Comment 4 Hadi Sarami 2013-01-03 16:02:35 UTC
Created attachment 334206 [details]
hb-install-alpha-medium.xml
Comment 5 Sven Vermeulen (RETIRED) gentoo-dev 2013-01-20 16:56:33 UTC
The file hb-install-alpha-disk.xml doesn't parse correctly (XML-wise):

"""
hb-install-alpha-disk.xml:73: element span: validity error : No declaration for attribute class of element span
hb-install-alpha-disk.xml:74: element span: validity error : No declaration for attribute class of element span
hb-install-alpha-disk.xml:75: element span: validity error : No declaration for attribute class of element span
hb-install-alpha-disk.xml:77: element p: validity error : Element span is not declared in p list of possible children
"""

etc... it looks like you have a few <span...> statements in the XML file which should be inline constructs like <path>, <c>, <i>, etc.

Can you fix these? If your development environment is set up correctly, you can get the output of the failures through the following command:

"""
~$ xmllint --valid hb-install-alpha-disk.xml > /dev/null
"""

the other files are ok and committed
Comment 6 Hadi Sarami 2013-01-25 05:25:17 UTC
Created attachment 336804 [details]
hb-install-alpha-disk.xml

Excuse me about this really great mistake! Corrected.
Comment 7 Sven Vermeulen (RETIRED) gentoo-dev 2013-03-04 20:00:29 UTC
Thanks, committed