https://bugs.documentfoundation.org/show_bug.cgi?id=94201

Jan Holesovsky <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #7 from Jan Holesovsky <[email protected]> ---
Regina: Thank you for your patch! :-)  I've pushed the 1st part of that - the
"no localize on switch element".

For the 2nd - can we actually do the <xsl:choose> inside the block, like:

<text:variable-set text:name="VAR_" text:value-type="string">
    <xsl:choose>
        <xsl:when test="@visibility='hidden'">
            <xsl:value-of select="concat('&lt;VAR ID=&quot;',@id,'&quot;
VISIBILITY=&quot;',@visibility,'&quot;&gt;')"/>
        </xsl:when>
        <xsl:otherwise>
            <xsl:value-of select="concat('&lt;VAR
ID=&quot;',@id,'&quot;&gt;')"/>
        </xsl:otherwise>
    </xsl:choose>
</text:variable-set>

so that more code there is shared?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to