<div dir="ltr">Done Antoni :<div><br></div><div><a href="https://commits.kde.org/digikam-doc/3229b2d1111f369067364ef42411ba48db40a924">https://commits.kde.org/digikam-doc/3229b2d1111f369067364ef42411ba48db40a924</a><br></div><div><br></div><div>Gilles</div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-01-03 11:05 GMT+01:00 Antoni Bella Pérez <span dir="ltr"><<a href="mailto:antonibella5@yahoo.com" target="_blank">antonibella5@yahoo.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">El dimarts, 2 de gener de 2018, a les 12:21:49 CET, Gilles Caulier va<br>
escriure:<br>
<span class="">> using-mainwindow-imageview.<wbr>docbook:62: element menuchoice: validity error :<br>
> Element menuchoice content does not follow the DTD, ex<br>
> pecting (shortcut? , (guibutton | guiicon | guilabel | guimenu |<br>
> guimenuitem | guisubmenu | interface)+), got (shortcut menuchoice<br>
> )<br>
>            </menuchoice><br>
>                         ^<br>
<br>
</span>  Hi,<br>
<span class=""><br>
        "Element menuchoice content does not follow the DTD"<br>
<br>
</span> Remove menuchoice tags on line 61 (digikam/using-mainwindow-<br>
imageview.docbook):<br>
<br>
<menuchoice><br>
  <shortcut><keycombo action="press"><keycap>F3</<wbr>keycap></keycombo></shortcut><br>
  <menuchoice><guimenu>View</<wbr>guimenu><guimenuitem>Preview Image</<br>
guimenuitem></menuchoice><br>
</menuchoice><br>
<br>
to<br>
<br>
<menuchoice><br>
  <shortcut><keycombo action="press"><keycap>F3</<wbr>keycap></keycombo></shortcut><br>
  <guimenu>View</guimenu><<wbr>guimenuitem>Preview Image</guimenuitem><br>
</menuchoice><br>
<br>
  With a single key the keycombo tag is not necessary...  This does not<br>
infringe anything :)<br>
<br>
  Regards<br>
  Toni<br>
</blockquote></div><br></div>