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

--- Comment #16 from sergiozambrano <[email protected]> ---
(In reply to hanya from comment #12)
> The empty style="" is always shown because 
> <xsl:if test="$dimension"> is always true when the variable is defined in
> <xsl:template match="draw:text-box">
> <xsl:if test="$dimension != ''"> is better to suppress the empty style
> attribute.

The tag you are talking about is the CLOSING tag for the one before the
comment. YOU CAN'T PUT STYLING in a closing tag. Much less replace it for a
self closing tag.

Please look at it from the HTML point of view, not XML. Replacing it for a
closing tag WILL ALSO BE VALID, but useful for the public who is exporting this
for the HTML (not programmers, I'm gessing 90% are not programmers). I'm pretty
sure Programmers would chose a different method to export a presentation as
data, probably the original OO xml.

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

Reply via email to