source/text/scalc/01/ful_func.xhp:16: element body: validity error : Element body content does not follow the DTD, expecting (section | paragraph | table | comment | bookmark | switch | embed | list | sort)*, got (comment variable variable comment paragraph paragraph comment paragraph paragraph comment paragraph paragraph variable ) source/text/scalc/01/ful_func.xhp:18: element variable: validity error : Element paragraph is not declared in variable list of possible children source/text/scalc/01/ful_func.xhp:23: element variable: validity error : Element paragraph is not declared in variable list of possible children source/text/scalc/01/ful_func.xhp:64: element variable: validity error : Element paragraph is not declared in variable list of possible children
I agree. The 'variable' must replace to 'section'. Where can I find a tool to validity documents? Using the make does not show these errors.
I used: xmllint --noout --valid source/text/scalc/01/ful_func.xhp --dtdvalid helpers/xmlhelp.dtd Of course I do not run xmllint just for fun in my spare time, the bug was found when I tried to convert help to wiki text. :)
xmllint shows a lot of errors. :( It requires review. I have corrected a parent tag for paragraphs. https://gerrit.libreoffice.org/#/c/19859/
tagezi committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/help/commit/?id=c3b9e2711f3670e3a9f5fdf7abb7e4dca8ea1f2b tdf#95698 correction a parent tag for paragraphs
It's fixed now.