Hello all, Over the weekend I ported the script to test document round-tripping and conversion from python to java. The advantage is an increase in speed and better error messages. The runtime for the tests has decreased from two hours to one hours and fifteen minutes.
The main advantage is that the ODF documents are now validated with Jing instead of libxml2. libxml2 has an incomplete implementation of Relax NG and this led to false positives (reported errors that are not real errors) and missed problems. Currently 528 failing documents and 2175 passing. So one in five documents either crashes calligra or results in invalid ODF. Below I have aggregated all the current validating errors. Each error is preceded by how often it occurs. The main problem is the occurance of empty <table:table-row/> elements. Most of these problems are easy to fix and I encourage everyone, also people new to Calligra, to have a look at fixing the problems. Here are instructions to get started. 1) go to 158.36.191.251:8080/viewType.html?buildTypeId=bt7 and look at the tests results of the last run 2) choose a failing file and locate it in the calligratests repository [1] 3) if the document is an ODF roundtrip it with e.g. calligrawords --roundtrip-filename out.odt in.odt if the document is Microsoft Office format, convert it with e.g. calligraconverter in.doc out.odt 4) check the validity of the document with e.g. tools/scripts/validateODF.py out.odt 5) look in the source code for the place where the offending xml is created 6) fix code and go back to 3) 7) put your fix on reviewboard [1] http://websvn.kde.org/trunk/tests/calligratests/ Have fun! Jos 69608 error:element "table:table-row" incomplete; expected element "table:covered-table-cell" or "table:table-cell" 645 error:value of attribute "table:end-cell-address" is invalid; must be a string matching the regular expression "($?([^\. ']+|'([^']|'')+'))?\.$?[A- Z]+$?[0-9]+" 527 error:attribute "draw:style-name" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border- left", "fo:border-right", "fo:border-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:border-line-width", "style:border-line-width-bottom", "style:border- line-width-left", "style:border-line-width-right", "style:border-line-width- top", "style:cell-protect", "style:decimal-places", "style:diagonal-bl-tr", "style:diagonal-bl-tr-widths", "style:diagonal-tl-br", "style:diagonal-tl-br- widths", "style:direction", "style:glyph-orientation-vertical", "style:print- content", "style:repeat-content", "style:rotation-align", "style:rotation- angle", "style:shadow", "style:shrink-to-fit", "style:text-align-source", "style:vertical-align" or "style:writing-mode" 199 error:element "table:shapes" not allowed here; expected the element end-tag or element "table:named-expressions", "table:table-header-rows", "table:table-row", "table:table-row-group", "table:table-rows" or "text:soft- page-break" 117 error:element "table:shapes" incomplete; expected element "dr3d:scene", "draw:a", "draw:caption", "draw:circle", "draw:connector", "draw:control", "draw:custom-shape", "draw:ellipse", "draw:frame", "draw:g", "draw:line", "draw:measure", "draw:page-thumbnail", "draw:path", "draw:polygon", "draw:polyline", "draw:rect" or "draw:regular-polygon" 111 error:attribute "svg:x" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:id", "draw:z-index", "svg:y", "table:end-cell-address", "table:end-x", "table:end-y", "table:table- background", "text:anchor-page-number" or "xml:id" 111 error:attribute "svg:width" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:id", "draw:z-index", "table:end- cell-address", "table:end-x", "table:end-y", "table:table-background", "text:anchor-page-number" or "xml:id" 111 error:attribute "svg:height" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:id", "draw:z-index", "table:end- cell-address", "table:end-x", "table:end-y", "table:table-background", "text:anchor-page-number" or "xml:id" 111 error:attribute "draw:layer" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:id", "draw:z-index", "svg:y", "table:end-cell-address", "table:end-x", "table:end-y", "table:table- background", "text:anchor-page-number" or "xml:id" 97 error:value of attribute "style:width" is invalid; must be a string matching the regular expression "([0-9]*[1-9][0-9]*(\.[0-9]*)?|0+\.[0-9]*[1-9] [0-9]*|\.[0-9]*[1-9][0-9]*)((cm)|(mm)|(in)|(pt)|(pc)|(px))" 97 error:value of attribute "fo:break-before" is invalid; must be equal to "auto", "column" or "page" 97 error:value of attribute "fo:break-after" is invalid; must be equal to "auto", "column" or "page" 97 error:attribute "fo:border-model" not allowed here; expected attribute "fo:background-color", "fo:break-after", "fo:break-before", "fo:keep-with-next", "fo:margin", "fo:margin-bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "style:may-break-between-rows", "style:page-number", "style:rel-width", "style:shadow", "style:width", "style:writing-mode", "table:align", "table:border-model" or "table:display" 85 error:value of attribute "svg:width" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)| (in)|(pt)|(pc)|(px))" 82 error:value of attribute "svg:height" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)| (in)|(pt)|(pc)|(px))" 79 error:element "text:p" not allowed here; expected the element end-tag or element "draw:applet", "draw:contour-path", "draw:contour-polygon", "draw:floating-frame", "draw:glue-point", "draw:image", "draw:image-map", "draw:object", "draw:object-ole", "draw:plugin", "draw:text-box", "office:event-listeners", "svg:desc", "svg:title" or "table" (with xmlns="urn:oasis:names:tc:opendocument:xmlns:table:1.0") 68 error:value of attribute "style:vertical-align" is invalid; must be equal to "automatic", "bottom", "middle" or "top" 66 error:element "text:a" missing required attribute "xlink:type" 66 error:element "draw:connector" missing required attribute "svg:viewBox" 50 error:value of attribute "style:border-line-width" is invalid; token "0pt" invalid; must be a string matching the regular expression "([0-9]*[1-9] [0-9]*(\.[0-9]*)?|0+\.[0-9]*[1-9][0-9]*|\.[0-9]*[1-9][0-9]*)((cm)|(mm)|(in)| (pt)|(pc)|(px))" 44 error:element "office:annotation" not allowed here; expected the element end-tag or element "dr3d:scene", "draw:a", "draw:caption", "draw:circle", "draw:connector", "draw:control", "draw:custom-shape", "draw:ellipse", "draw:frame", "draw:g", "draw:line", "draw:measure", "draw:page-thumbnail", "draw:path", "draw:polygon", "draw:polyline", "draw:rect", "draw:regular-polygon", "table:table", "text:alphabetical-index", "text:bibliography", "text:change", "text:change-end", "text:change-start", "text:h", "text:illustration-index", "text:list", "text:numbered-paragraph", "text:object-index", "text:p", "text:section", "text:soft-page-break", "text:table-index", "text:table-of-content" or "text:user-index" 40 error:value of attribute "svg:y" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)|(in)|(pt)| (pc)|(px))" 33 error:attribute "style:text-blinking" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border- left", "fo:border-right", "fo:border-top", "fo:break-after", "fo:break- before", "fo:hyphenation-keep", "fo:keep-together", "fo:keep-with-next", "fo:line-height", "fo:margin", "fo:margin-bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "fo:orphans", "fo:padding", "fo:padding- bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:text- align", "fo:text-align-last", "fo:text-indent", "fo:widows", "style:auto-text- indent", "style:background-transparency", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:font- independent-line-spacing", "style:join-border", "style:justify-single-word", "style:line-height-at-least", "style:line-spacing", "style:page-number", "style:register-true", "style:shadow", "style:snap-to-layout-grid", "style:vertical-align", "style:writing-mode", "style:writing-mode-automatic", "text:line-number" or "text:number-lines" 32 error:attribute "calligra:nodeTypes" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:layer", "draw:name", "draw:text-style-name", "draw:transform", "draw:z-index", "table:table- background", "text:anchor-page-number" or "text:anchor-type" 30 error:value of attribute "svg:x" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)|(in)|(pt)| (pc)|(px))" 25 error:value of attribute "fo:padding-top" is invalid; must be a string matching the regular expression "([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)|(in)| (pt)|(pc)|(px))" 24 error:element "text:span" not allowed here; expected the element end- tag or text 23 error:value of attribute "style:font-family-generic" is invalid; must be equal to "decorative", "modern", "roman", "script", "swiss" or "system" 22 error:element "style:style" missing required attribute "style:family" 22 error:attribute "xml:id" not allowed here; expected attribute "text:note-class" 18 error:value of attribute "fo:padding-right" is invalid; must be a string matching the regular expression "([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 18 error:value of attribute "fo:padding-left" is invalid; must be a string matching the regular expression "([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 18 error:value of attribute "fo:padding-bottom" is invalid; must be a string matching the regular expression "([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 14 error:element "text:a" missing required attributes "xlink:href" and "xlink:type" 13 error:element "meta:comments" not allowed here; expected the element end-tag or element "dc:creator", "dc:date", "dc:description", "dc:language", "dc:subject", "dc:title", "meta:auto-reload", "meta:creation-date", "meta:document-statistic", "meta:editing-cycles", "meta:editing-duration", "meta:generator", "meta:hyperlink-behaviour", "meta:initial-creator", "meta:keyword", "meta:print-date", "meta:printed-by", "meta:template" or "meta:user-defined" 9 error:value of attribute "table:end-x" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)| (in)|(pt)|(pc)|(px))" 9 error:element "text:index-title" missing required attribute "text:name" 9 error:attribute "calligra:specialborder-top" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:cell-protect", "style:decimal-places", "style:diagonal-bl-tr", "style:diagonal-bl-tr-widths", "style:diagonal-tl-br", "style:diagonal-tl-br-widths", "style:direction", "style:glyph-orientation- vertical", "style:print-content", "style:repeat-content", "style:rotation- align", "style:rotation-angle", "style:shadow", "style:shrink-to-fit", "style:text-align-source", "style:vertical-align" or "style:writing-mode" 9 error:attribute "calligra:specialborder-bottom" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:cell-protect", "style:decimal-places", "style:diagonal-bl-tr", "style:diagonal-bl-tr-widths", "style:diagonal-tl-br", "style:diagonal-tl-br-widths", "style:direction", "style:glyph-orientation- vertical", "style:print-content", "style:repeat-content", "style:rotation- align", "style:rotation-angle", "style:shadow", "style:shrink-to-fit", "style:text-align-source", "style:vertical-align" or "style:writing-mode" 7 error:value of attribute "style:border-line-width-top" is invalid; token "0pt" invalid; must be a string matching the regular expression "([0-9]*[1-9][0-9]*(\.[0-9]*)?|0+\.[0-9]*[1-9][0-9]*|\.[0-9]*[1-9][0-9]*) ((cm)|(mm)|(in)|(pt)|(pc)|(px))" 7 error:element "meta:language" not allowed here; expected the element end-tag or element "dc:creator", "dc:date", "dc:description", "dc:language", "dc:subject", "dc:title", "meta:auto-reload", "meta:creation-date", "meta:document-statistic", "meta:editing-cycles", "meta:editing-duration", "meta:generator", "meta:hyperlink-behaviour", "meta:initial-creator", "meta:keyword", "meta:print-date", "meta:printed-by", "meta:template" or "meta:user-defined" 6 error:value of attribute "fo:color" is invalid; must be a string matching the regular expression "#[0-9a-fA-F]{6}" 6 error:value of attribute "draw:z-index" is invalid; must be an integer greater than or equal to 0 6 error:element "table:table" not allowed here; expected the element end-tag or element "draw:glue-point", "office:event-listeners", "svg:desc", "svg:title", "text:list" or "text:p" 6 error:element "table:table" not allowed here; expected the element end-tag or element "draw:enhanced-geometry", "draw:glue-point", "office:event- listeners", "svg:desc", "svg:title", "text:list" or "text:p" 6 error:attribute "draw:transparency" not allowed here; expected attribute "dr3d:ambient-color", "dr3d:back-scale", "dr3d:backface-culling", "dr3d:close-back", "dr3d:close-front", "dr3d:depth", "dr3d:diffuse-color", "dr3d:edge-rounding", "dr3d:edge-rounding-mode", "dr3d:emissive-color", "dr3d:end-angle", "dr3d:horizontal-segments", "dr3d:lighting-mode", "dr3d:normals-direction", "dr3d:normals-kind", "dr3d:shadow", "dr3d:shininess", "dr3d:specular-color", "dr3d:texture-filter", "dr3d:texture- generation-mode-x", "dr3d:texture-generation-mode-y", "dr3d:texture-kind", "dr3d:texture-mode", "dr3d:vertical-segments", "draw:auto-grow-height", "draw:auto-grow-width", "draw:blue", "draw:caption-angle", "draw:caption- angle-type", "draw:caption-escape", "draw:caption-escape-direction", "draw:caption-fit-line-length", "draw:caption-gap", "draw:caption-line- length", "draw:caption-type", "draw:color-inversion", "draw:color-mode", "draw:contrast", "draw:decimal-places", "draw:draw-aspect", "draw:end-guide", "draw:end-line-spacing-horizontal", "draw:end-line-spacing-vertical", "draw:fill-gradient-name", "draw:fill-hatch-name", "draw:fill-hatch-solid", "draw:fill-image-height", "draw:fill-image-name", "draw:fill-image-ref-point", "draw:fill-image-ref-point-x", "draw:fill-image-ref-point-y", "draw:fill- image-width", "draw:fit-to-contour", "draw:fit-to-size", "draw:frame-display- border", "draw:frame-display-scrollbar", "draw:frame-margin-horizontal", "draw:frame-margin-vertical", "draw:gamma", "draw:gradient-step-count", "draw:green", "draw:guide-distance", "draw:guide-overhang", "draw:image- opacity", "draw:line-distance", "draw:luminance", "draw:marker-end", "draw:marker-end-center", "draw:marker-end-width", "draw:marker-start", "draw:marker-start-center", "draw:marker-start-width", "draw:measure-align", "draw:measure-vertical-align", "draw:ole-draw-aspect", "draw:opacity", "draw:opacity-name", "draw:parallel", "draw:placing", "draw:red", "draw:secondary-fill-color", "draw:shadow", "draw:shadow-color", "draw:shadow- offset-x", "draw:shadow-offset-y", "draw:shadow-opacity", "draw:show-unit", "draw:start-guide", "draw:start-line-spacing-horizontal", "draw:start-line- spacing-vertical", "draw:stroke", "draw:stroke-dash", "draw:stroke-dash- names", "draw:stroke-linejoin", "draw:symbol-color", "draw:textarea- horizontal-align", "draw:textarea-vertical-align", "draw:tile-repeat-offset", "draw:unit", "draw:visible-area-height", "draw:visible-area-left", "draw:visible-area-top", "draw:visible-area-width", "draw:wrap-influence-on- position", "fo:background-color", "fo:border", "fo:border-bottom", "fo:border- left", "fo:border-right", "fo:border-top", "fo:clip", "fo:margin", "fo:margin- bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "fo:max- height", "fo:max-width", "fo:min-height", "fo:min-width", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:background-transparency", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:editable", "style:flow-with-text", "style:horizontal-pos", "style:horizontal-rel", "style:mirror", "style:number-wrapped-paragraphs", "style:overflow-behavior", "style:print-content", "style:protect", "style:rel- height", "style:rel-width", "style:repeat", "style:run-through", "style:shadow", "style:shrink-to-fit", "style:vertical-pos", "style:vertical- rel", "style:wrap", "style:wrap-contour", "style:wrap-contour-mode", "style:wrap-dynamic-threshold", "style:writing-mode", "svg:fill-rule", "svg:height", "svg:stroke-color", "svg:stroke-linecap", "svg:stroke-opacity", "svg:stroke-width", "svg:width", "svg:x", "svg:y", "text:anchor-page-number", "text:anchor-type", "text:animation", "text:animation-delay", "text:animation- direction", "text:animation-repeat", "text:animation-start-inside", "text:animation-steps" or "text:animation-stop-inside" 6 error:attribute "calligra:specialborder-top" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:margin", "fo:margin- bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:page-height", "fo:page-width", "style:border-line-width", "style:border- line-width-bottom", "style:border-line-width-left", "style:border-line-width- right", "style:border-line-width-top", "style:first-page-number", "style:footnote-max-height", "style:layout-grid-base-height", "style:layout- grid-base-width", "style:layout-grid-color", "style:layout-grid-display", "style:layout-grid-lines", "style:layout-grid-mode", "style:layout-grid- print", "style:layout-grid-ruby-below", "style:layout-grid-ruby-height", "style:layout-grid-snap-to", "style:layout-grid-standard-mode", "style:num- format", "style:num-letter-sync", "style:num-prefix", "style:num-suffix", "style:paper-tray-name", "style:print", "style:print-orientation", "style:print-page-order", "style:register-truth-ref-style-name", "style:scale- to", "style:scale-to-pages", "style:shadow", "style:table-centering" or "style:writing-mode" 6 error:attribute "calligra:specialborder-right" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:margin", "fo:margin- bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:page-height", "fo:page-width", "style:border-line-width", "style:border- line-width-bottom", "style:border-line-width-left", "style:border-line-width- right", "style:border-line-width-top", "style:first-page-number", "style:footnote-max-height", "style:layout-grid-base-height", "style:layout- grid-base-width", "style:layout-grid-color", "style:layout-grid-display", "style:layout-grid-lines", "style:layout-grid-mode", "style:layout-grid- print", "style:layout-grid-ruby-below", "style:layout-grid-ruby-height", "style:layout-grid-snap-to", "style:layout-grid-standard-mode", "style:num- format", "style:num-letter-sync", "style:num-prefix", "style:num-suffix", "style:paper-tray-name", "style:print", "style:print-orientation", "style:print-page-order", "style:register-truth-ref-style-name", "style:scale- to", "style:scale-to-pages", "style:shadow", "style:table-centering" or "style:writing-mode" 6 error:attribute "calligra:specialborder-left" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:margin", "fo:margin- bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:page-height", "fo:page-width", "style:border-line-width", "style:border- line-width-bottom", "style:border-line-width-left", "style:border-line-width- right", "style:border-line-width-top", "style:first-page-number", "style:footnote-max-height", "style:layout-grid-base-height", "style:layout- grid-base-width", "style:layout-grid-color", "style:layout-grid-display", "style:layout-grid-lines", "style:layout-grid-mode", "style:layout-grid- print", "style:layout-grid-ruby-below", "style:layout-grid-ruby-height", "style:layout-grid-snap-to", "style:layout-grid-standard-mode", "style:num- format", "style:num-letter-sync", "style:num-prefix", "style:num-suffix", "style:paper-tray-name", "style:print", "style:print-orientation", "style:print-page-order", "style:register-truth-ref-style-name", "style:scale- to", "style:scale-to-pages", "style:shadow", "style:table-centering" or "style:writing-mode" 6 error:attribute "calligra:specialborder-bottom" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:margin", "fo:margin- bottom", "fo:margin-left", "fo:margin-right", "fo:margin-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:page-height", "fo:page-width", "style:border-line-width", "style:border- line-width-bottom", "style:border-line-width-left", "style:border-line-width- right", "style:border-line-width-top", "style:first-page-number", "style:footnote-max-height", "style:layout-grid-base-height", "style:layout- grid-base-width", "style:layout-grid-color", "style:layout-grid-display", "style:layout-grid-lines", "style:layout-grid-mode", "style:layout-grid- print", "style:layout-grid-ruby-below", "style:layout-grid-ruby-height", "style:layout-grid-snap-to", "style:layout-grid-standard-mode", "style:num- format", "style:num-letter-sync", "style:num-prefix", "style:num-suffix", "style:paper-tray-name", "style:print", "style:print-orientation", "style:print-page-order", "style:register-truth-ref-style-name", "style:scale- to", "style:scale-to-pages", "style:shadow", "style:table-centering" or "style:writing-mode" 5 error:element "style:graphic-properties" not allowed here; expected the element end-tag or element "style:map", "style:paragraph-properties" or "style:text-properties" 5 error:attribute "calligra:specialborder-right" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:cell-protect", "style:decimal-places", "style:diagonal-bl-tr", "style:diagonal-bl-tr-widths", "style:diagonal-tl-br", "style:diagonal-tl-br-widths", "style:direction", "style:glyph-orientation- vertical", "style:print-content", "style:repeat-content", "style:rotation- align", "style:rotation-angle", "style:shadow", "style:shrink-to-fit", "style:text-align-source", "style:vertical-align" or "style:writing-mode" 5 error:attribute "calligra:specialborder-left" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:cell-protect", "style:decimal-places", "style:diagonal-bl-tr", "style:diagonal-bl-tr-widths", "style:diagonal-tl-br", "style:diagonal-tl-br-widths", "style:direction", "style:glyph-orientation- vertical", "style:print-content", "style:repeat-content", "style:rotation- align", "style:rotation-angle", "style:shadow", "style:shrink-to-fit", "style:text-align-source", "style:vertical-align" or "style:writing-mode" 4 error:value of attribute "draw:shadow-offset-x" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 4 error:found attribute "text:style-name", but no attributes allowed here 3 error:element "style:tab-stops" not allowed here; expected the element end-tag or element "style:background-image", "style:columns" or "text:list- style" 3 error:attribute "calligra:vertical-distributed" not allowed here; expected attribute "fo:background-color", "fo:border", "fo:border-bottom", "fo:border-left", "fo:border-right", "fo:border-top", "fo:padding", "fo:padding-bottom", "fo:padding-left", "fo:padding-right", "fo:padding-top", "fo:wrap-option", "style:border-line-width", "style:border-line-width-bottom", "style:border-line-width-left", "style:border-line-width-right", "style:border-line-width-top", "style:cell-protect", "style:decimal-places", "style:diagonal-bl-tr", "style:diagonal-bl-tr-widths", "style:diagonal-tl-br", "style:diagonal-tl-br-widths", "style:direction", "style:glyph-orientation- vertical", "style:print-content", "style:repeat-content", "style:rotation- align", "style:rotation-angle", "style:shadow", "style:shrink-to-fit", "style:text-align-source", "style:vertical-align" or "style:writing-mode" 3 error:attribute "calligra:nodeTypes" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:text-style-name", "draw:transform", "draw:z-index", "table:end-cell-address", "table:end-x", "table:end-y", "table:table-background", "text:anchor-page-number" or "text:anchor-type" 3 error:attribute "calligra:nodeTypes" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:layer", "draw:name", "draw:text-style-name", "draw:transform", "table:end-cell-address", "table:end-x", "table:end-y", "table:table-background" or "text:anchor-page- number" 2 error:value of attribute "xml:id" is invalid; must be an XML name without colons 2 error:value of attribute "xlink:href" is invalid; must be a URI 2 error:value of attribute "svg:y1" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)%" or must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 2 error:value of attribute "svg:x2" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)%" or must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 2 error:value of attribute "fo:margin-top" is invalid; must be a string matching the regular expression "([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)|(mm)|(in)| (pt)|(pc)|(px))" or must be a string matching the regular expression "-? ([0-9]+(\.[0-9]*)?|\.[0-9]+)%" 2 error:element "text:linenumbering-configuration" not allowed here; expected the element end-tag or element "draw:fill-image", "draw:gradient", "draw:hatch", "draw:marker", "draw:opacity", "draw:stroke-dash", "number:boolean-style", "number:currency-style", "number:date-style", "number:number-style", "number:percentage-style", "number:text-style", "number:time-style", "style:default-page-layout", "style:default-style", "style:presentation-page-layout", "style:style", "svg:linearGradient", "svg:radialGradient", "table:table-template", "text:bibliography- configuration", "text:list-style", "text:notes-configuration" or "text:outline-style" 2 error:element "style:tab-stop" missing required attribute "style:char" 2 error:attribute "table:structure-protected" not allowed here; expected attribute "ns:transformation" (with xmlns:ns="http://www.w3.org/2003/g/data- view#") 2 error:attribute "table:protection-key" not allowed here; expected attribute "ns:transformation" (with xmlns:ns="http://www.w3.org/2003/g/data- view#") 2 error:attribute "calligra:nodeTypes" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:layer", "draw:name", "draw:text-style-name", "draw:transform", "table:end-cell-address", "table:end-x", "table:end-y", "table:table-background", "text:anchor-page- number" or "text:anchor-type" 1 error:value of attribute "text:time-value" is invalid; must be an ISO time or must be an ISO date and time 1 error:value of attribute "svg:viewBox" is invalid; token "-6.44848e-29" invalid; must be an integer 1 error:value of attribute "style:border-line-width-right" is invalid; token "0pt" invalid; must be a string matching the regular expression "([0-9]*[1-9][0-9]*(\.[0-9]*)?|0+\.[0-9]*[1-9][0-9]*|\.[0-9]*[1-9][0-9]*) ((cm)|(mm)|(in)|(pt)|(pc)|(px))" 1 error:value of attribute "style:border-line-width-left" is invalid; token "0pt" invalid; must be a string matching the regular expression "([0-9]*[1-9][0-9]*(\.[0-9]*)?|0+\.[0-9]*[1-9][0-9]*|\.[0-9]*[1-9][0-9]*) ((cm)|(mm)|(in)|(pt)|(pc)|(px))" 1 error:value of attribute "style:border-line-width-bottom" is invalid; token "0pt" invalid; must be a string matching the regular expression "([0-9]*[1-9][0-9]*(\.[0-9]*)?|0+\.[0-9]*[1-9][0-9]*|\.[0-9]*[1-9][0-9]*) ((cm)|(mm)|(in)|(pt)|(pc)|(px))" 1 error:value of attribute "draw:shadow-offset-y" is invalid; must be a string matching the regular expression "-?([0-9]+(\.[0-9]*)?|\.[0-9]+)((cm)| (mm)|(in)|(pt)|(pc)|(px))" 1 error:element "text:tracked-changes" not allowed here; expected the element end-tag or element "dr3d:scene", "draw:a", "draw:caption", "draw:circle", "draw:connector", "draw:control", "draw:custom-shape", "draw:ellipse", "draw:frame", "draw:g", "draw:line", "draw:measure", "draw:page-thumbnail", "draw:path", "draw:polygon", "draw:polyline", "draw:rect", "draw:regular-polygon", "table:calculation-settings", "table:consolidation", "table:content-validations", "table:data-pilot-tables", "table:database-ranges", "table:dde-links", "table:label-ranges", "table:named-expressions", "table:table", "text:alphabetical-index", "text:alphabetical-index-auto-mark-file", "text:bibliography", "text:change", "text:change-end", "text:change-start", "text:dde-connection-decls", "text:h", "text:illustration-index", "text:list", "text:numbered-paragraph", "text:object-index", "text:p", "text:page-sequence", "text:section", "text:soft-page-break", "text:table-index", "text:table-of-content" or "text:user-index" 1 error:element "text:bookmark-start" not allowed here; expected the element end-tag or element "dr3d:scene", "draw:a", "draw:caption", "draw:circle", "draw:connector", "draw:control", "draw:custom-shape", "draw:ellipse", "draw:frame", "draw:g", "draw:line", "draw:measure", "draw:page-thumbnail", "draw:path", "draw:polygon", "draw:polyline", "draw:rect", "draw:regular-polygon", "office:forms", "table:calculation- settings", "table:consolidation", "table:content-validations", "table:data- pilot-tables", "table:database-ranges", "table:dde-links", "table:label- ranges", "table:named-expressions", "table:table", "text:alphabetical-index", "text:alphabetical-index-auto-mark-file", "text:bibliography", "text:change", "text:change-end", "text:change-start", "text:dde-connection-decls", "text:h", "text:illustration-index", "text:list", "text:numbered-paragraph", "text:object-index", "text:p", "text:page-sequence", "text:section", "text:sequence-decls", "text:soft-page-break", "text:table-index", "text:table-of-content", "text:tracked-changes", "text:user-field-decls", "text:user-index" or "text:variable-decls" 1 error:element "officeooo:annotation" not allowed here; expected the element end-tag or element "anim:animate", "anim:animateColor", "anim:animateMotion", "anim:animateTransform", "anim:audio", "anim:command", "anim:iterate", "anim:par", "anim:seq", "anim:set", "anim:transitionFilter", "dr3d:scene", "draw:a", "draw:caption", "draw:circle", "draw:connector", "draw:control", "draw:custom-shape", "draw:ellipse", "draw:frame", "draw:g", "draw:layer-set", "draw:line", "draw:measure", "draw:page-thumbnail", "draw:path", "draw:polygon", "draw:polyline", "draw:rect", "draw:regular- polygon", "office:forms", "presentation:animations", "presentation:notes", "svg:desc" or "svg:title" 1 error:attribute "calligra:nodeTypes" not allowed here; expected attribute "draw:caption-id", "draw:class-names", "draw:layer", "draw:text- style-name", "draw:transform", "draw:z-index", "table:table-background", "text:anchor-page-number" or "text:anchor-type" _______________________________________________ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel