https://bz.apache.org/ooo/show_bug.cgi?id=126398

--- Comment #22 from hanya <[email protected]> ---
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"

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to