summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2013-01-16 18:12:18 +0100
committerEike Rathke <erack@redhat.com>2013-01-16 18:13:50 +0100
commit83b729ebcf525d03ce4c0c85dd871c91968e78ac (patch)
tree09d6443e860b55993a0fb6af0f7b5fa6e2d6fb55 /solenv
parent588997f0ebc5696574680098b128e66eff54f00c (diff)
also strip fo:script and *:rfc-language-tag
For future reference, before this gets forgotten. Change-Id: Ibe8d0ac673a12b53cb53169ba9afe721029375ff
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/striplanguagetags.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/solenv/bin/striplanguagetags.sh b/solenv/bin/striplanguagetags.sh
index 591e22f2bd1a..47343066a9ea 100755
--- a/solenv/bin/striplanguagetags.sh
+++ b/solenv/bin/striplanguagetags.sh
@@ -44,6 +44,12 @@ cat > $XSL << EOF
<xsl:template match="@fo:language"/>
<xsl:template match="@fo:country"/>
+<xsl:template match="@fo:script"/>
+<xsl:template match="@number:rfc-language-tag"/>
+<xsl:template match="@style:rfc-language-tag"/>
+<xsl:template match="@table:rfc-language-tag"/>
+<xsl:template match="@style:rfc-language-tag-asian"/>
+<xsl:template match="@style:rfc-language-tag-complex"/>
</xsl:stylesheet>
EOF