Kaydet (Commit) f5174c89 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

...but do not erase localize attributes from image elements

...as these are used in xmlhelp/util/main_transform.xsl at runtime

Change-Id: I097cb79f660386d7fa2d97e7115f689a1e442fe2
üst beb20a4f
......@@ -24,6 +24,11 @@
<!-- To remove attributes or nodes,
simply write a matching template that doesn't do anything.
Therefore, it is removed -->
<xsl:template match="image/@localize">
<xsl:copy>
<xsl:apply-templates select="@*[normalize-space()]|node()|text()"/>
</xsl:copy>
</xsl:template>
<xsl:template match="@localize"/>
<xsl:template match="@xml-lang"/>
<xsl:template match="alt"/>
......
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