[Libreoffice-bugs] [Bug 107696] Export to XHTML incorrectly exports Heading style numbers
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon May 8 10:30:09 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=107696
Julien Nabet <serval2412 at yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |serval2412 at yahoo.fr
Ever confirmed|0 |1
--- Comment #3 from Julien Nabet <serval2412 at yahoo.fr> ---
On pc Debian x86-64 with master sources updated some days ago, I could
reproduce this.
I made some tests and found that a slight change made work your second example.
The problem is I don't know xsl and am not sure.
Would you have some time to give a try after changing
instdir/share/xslt/export/xhtml/body.xsl ? (in your LO directory profile, see
https://wiki.documentfoundation.org/UserProfile#Windows)
Line 1424, change this line:
<xsl:with-param name="i" select="$i + 1"/>
into
<xsl:with-param name="i" select="$i + 2"/>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170508/49be06e1/attachment.html>
More information about the Libreoffice-bugs
mailing list