For a start, there are XML errors in your document:

Line 122:
<style:paragraph-properties fo:margin-top="3.9402in" 
fo:margin-bottom="0.0799in" style:contextual-spacing="false" 
fo:break-before="page"/>
  </style:style>

style:contextual-spacing is not an allowed attribute.

Line 133:
  <style:style style:name="FooterTable_Right" style:family="4.1354inn">
   <style:table-column-properties style:column-width="4.425in" 
style:rel-column-width="6372*"/>
  </style:style>

style:family="4.1354inn" is wrong. It seems the style:family is mixed up with 
some measurement.

Line 153:
There is a second   <office:master-styles> element. There should be only one of 
these.

Line 162:
 <office:body>
 </office:body>

The <office:body> element must not be empty. Add an <office:text> element.


-- 
Piet van Oostrum <pie...@vanoostrum.org>
WWW: http://piet.vanoostrum.org/
PGP key: [8DAE142BE17999C4]


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to