zrrrzzt / docker-unoconv-webservice

Dockerfile to run unoconv as a webservice
MIT License
96 stars 35 forks source link

xsl:attribute: Cannot add attributes to an element if children have been already added to the element. #6

Closed deepzz0 closed 7 years ago

deepzz0 commented 7 years ago

what's problem when use .xml to .pdf

this .xml is world export

runtime error: file file:/usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_page.xsl line 148 element attribute
xsl:attribute: Cannot add attributes to an element if children have been already added to the element.
runtime error: file file:/usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_page.xsl line 148 element attribute
xsl:attribute: Cannot add attributes to an element if children have been already added to the element.
runtime error: file file:/usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_page.xsl line 148 element attribute
xsl:attribute: Cannot add attributes to an element if children have been already added to the element.
zrrrzzt commented 7 years ago

This webservice is just a wrapper for unoconv.

In theory it should support the conversions unoconv handles. The error message comes from libreoffice/unoconv so I might not be able to help you.

deepzz0 commented 7 years ago

ok, thanks