To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44188
User sus changed the following:
What |Old value |New value
================================================================================
Status|NEW |STARTED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Tue Mar 8 01:35:01 -0800
2005 -------
Thanks for this interesting problem.
I see two ways to fix this problem.
1) The XHTML filter / XSL transformation might realize that the span are not
necessary and embrace them as one.
But the XHTML filter / XSL transformation try to stay as close as the orginal
format as possible and this would cost a lot of performance.
2) We can fix it if we remove the indent of the XHTML file, by setting the
xsl:output attribute 'indent' to 'no'.
But the XHTML output won't look as nice as before.
In detail this is the XHTML, which causes the problem:
<span class="Direction">
<span class="Direction">th</span>
</span>
<span class="Direction">e cockade and replaces it.)</span>
This would be the solution:
<span class="Direction">
<span class="Direction">th</span></span><span class="Direction">e cockade
and replaces it.)</span>
Unfortunately in XSLT1.0 we can not stop partially the indent.
Suggestions?
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]