On 04.09.2012 12:28, Knut Anders Hatlen wrote:
Kristian Waagan<[email protected]> writes:
The following errors show up in the Derby-docs build:
(you have to unpack the ant output file to see them)
[pipeline] [Error] :20:64: Attribute "xml:lang" must be declared for
element type "map".
[pipeline] [Error] derbyadmin.ditamap:20:64: Attribute "xml:lang"
must be declared for element type "map".
[pipeline] [Error] :20:64: Attribute "xml:lang" must be declared for
element type "map".
[pipeline] [Error] derbyadmin.ditamap:20:64: Attribute "xml:lang"
must be declared for element type "map".
It looks like the message is printed only for the pt-br version of the
admin guide. But the generated html and pdf files appear to be OK.
The doctype declaration in the pt-br version of derbyadmin.ditamap says
<!DOCTYPE map PUBLIC "-//IBM//DTD DITA Map//EN"
"../../dtd/map.dtd">
whereas all the other ditamaps say
<!DOCTYPE map PUBLIC "-//OASIS//DTD DITA Map//EN"
"../../dtd/map.dtd">
I've changed the doctype to be consistent in revision 1380734, and that
was enough to silence the build in my environment.
Thanks, Knut.
Build #144 completed without warnings.
--
Kristian