Kaydet (Commit) 79412ad2 authored tarafından Peter Jentsch's avatar Peter Jentsch Kaydeden (comit) Jan Holesovsky

fdo#50430: UOP import failed because of leading and trailing space in XSLT.

Change-Id: I5d802073505cec1800654e4413a161870506988e
üst de7a5eb4
...@@ -1341,7 +1341,7 @@ ...@@ -1341,7 +1341,7 @@
<xsl:attribute name="smil:end">next</xsl:attribute> <xsl:attribute name="smil:end">next</xsl:attribute>
</xsl:when> </xsl:when>
<xsl:when test="演:定时/@演:重复='until next slide' "> <xsl:when test="演:定时/@演:重复='until next slide' ">
<xsl:attribute name="smil:repeatCount ">indefinite</xsl:attribute> <xsl:attribute name="smil:repeatCount">indefinite</xsl:attribute>
</xsl:when> </xsl:when>
<xsl:when test="演:定时/@演:重复 !='none'"> <xsl:when test="演:定时/@演:重复 !='none'">
<xsl:attribute name="smil:repeatCount"><xsl:value-of select="演:定时/@演:重复"/></xsl:attribute> <xsl:attribute name="smil:repeatCount"><xsl:value-of select="演:定时/@演:重复"/></xsl:attribute>
...@@ -2745,7 +2745,7 @@ ...@@ -2745,7 +2745,7 @@
<xsl:choose> <xsl:choose>
<xsl:when test="@字:字下划线 = 'true'"> <xsl:when test="@字:字下划线 = 'true'">
<xsl:attribute name="style:text-underline">single</xsl:attribute> <xsl:attribute name="style:text-underline">single</xsl:attribute>
<xsl:attribute name=" style:text-underline-color">font-color</xsl:attribute> <xsl:attribute name="style:text-underline-color">font-color</xsl:attribute>
<xsl:attribute name="fo:score-spaces">false</xsl:attribute> <xsl:attribute name="fo:score-spaces">false</xsl:attribute>
</xsl:when> </xsl:when>
<xsl:when test="@字:类型 = 'thick'"> <xsl:when test="@字:类型 = 'thick'">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment