Hi, all,
I tried to produce a pdf, but I got these errors:
$ daps --docconfig=DC-opensuse-startup color-pdf MAIN.opensuse.xml:211: element filename: validity error : Element filename is not declared in filename list of possible children MAIN.opensuse.xml:15: element abstract: validity error : Element abstract content does not follow the DTD, expecting (title? , para+), got () MAIN.opensuse.xml:46: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , guimenu+), got (guimenu CDATA guimenu) MAIN.opensuse.xml:78: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , guimenu+), got (guimenu CDATA guimenu) MAIN.opensuse.xml:81: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , guimenu+), got (guimenu CDATA guimenu) MAIN.opensuse.xml:84: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , guimenu+), got (guimenu CDATA guimenu) MAIN.opensuse.xml:112: element keycombo: validity error : Element keycombo content does not follow the DTD, expecting (keycap)+, got (keycap CDATA keycap) MAIN.opensuse.xml:126: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , guimenu+), got (guimenu CDATA guimenu) MAIN.opensuse.xml:173: element guimenu: validity error : Element guimenu was declared #PCDATA but contains non text nodes MAIN.opensuse.xml:173: element guimenu: validity error : Element guimenu was declared #PCDATA but contains non text nodes MAIN.opensuse.xml:173: element guimenu: validity error : Element guimenu was declared #PCDATA but contains non text nodes MAIN.opensuse.xml:11: element xref: validity error : Element xref was declared EMPTY this one has content MAIN.opensuse.xml:482: element xref: validity error : IDREF attribute linkend references an unknown ID "ex.welt.zone" MAIN.opensuse.xml:578: element xref: validity error : IDREF attribute linkend references an unknown ID "sec.basicnet.manconf.hosts" MAIN.opensuse.xml:33: element xref: validity error : IDREF attribute linkend references an unknown ID "sec.apparmor.start.update"
when I tried to fix them, I found MAIN.opensuse.xml:XX actually does not have the error it warned, eg:
MAIN.opensuse.xml:46: element menuchoice: validity error : Element menuchoice content does not follow the DTD, expecting (shortcut? , guimenu+), got (guimenu CDATA guimenu)
but MAIN.opensuse.xml:46 is:
<!ENTITY gnomecc "&gnome; Control Center">
I can't see anything wrong.
Any ideas?
Marguerite