https://bugs.documentfoundation.org/show_bug.cgi?id=94871

--- Comment #3 from Regina Henschel <rb.hensc...@t-online.de> ---
Lera: Your file has a muddle of block-level elements and inline-level elements.

The element 'embed' is a block-level element. It embeds an element 'section'.

Block-level elements are not allowed as child of an element 'paragraph'.

If you want to embed something inside a paragraph, you have to use an
inline-level element. So inside a paragraph use an element 'embedvar', which
embeds an element 'variable'.

To solve the conflict, do not write

<paragraph id="par_id9397381616478" role="paragraph" localize="false"
xml-lang="en-US">
<embed href="text/scalc/01/ex_data_stat_func.xhp#ex_func_average"/>
</paragraph>

but simple write
<embed href="text/scalc/01/ex_data_stat_func.xhp#ex_func_average"/>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to