https://bz.apache.org/ooo/show_bug.cgi?id=126398
--- Comment #23 from sergiozambrano <[email protected]> --- (In reply to hanya from comment #22) > Since we use libxslt and XSLT to convert from ODF file to XHTML file, > we can no do so much customization against the result. > > libxslt has option to change its output type to html. When you choose "html" > method in xsl:output element, > open tags and end tags are separetely written. > But you might get other problems that yet unknown. > > INSTALLED_PATH/openoffice4/share/xslt/export/opendoc2xhtml.xsl > @@ -69,7 +69,7 @@ > <xsl:include href="body.xsl" /> > > > - <xsl:output method = "xml" > + <xsl:output method = "html" > encoding = "UTF-8" > media-type = "application/xhtml+xml" > indent = "no" Yes, I guessed the engine which does that is an already stablished robust engine. That's why I'm asking those who know how tags are "requested" to look into it, because NONE of the other tags in the document is closing like that. There must be some empty or invalid parameter that prevents the tag to populate its properties and it must be outputting its default attributes until inited (self-closed, empty style). If you know where I could start looking, I'd do it myself. I don't mind look through code and see if something sparks :) -- You are receiving this mail because: You are the assignee for the issue.
