Kaydet (Commit) 2150e1cb authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS libxslt02 (1.12.284); FILE MERGED

2006/12/24 08:10:57 cmc 1.12.284.1: #i30380 enable xslt usage by default
üst 10234ca0
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
$RCSfile: alllang.xsl,v $ $RCSfile: alllang.xsl,v $
$Revision: 1.12 $ $Revision: 1.13 $
last change: $Author: rt $ $Date: 2005-09-08 15:47:44 $ last change: $Author: kz $ $Date: 2007-05-10 13:09:23 $
The Contents of this file are made available subject to The Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1. the terms of GNU Lesser General Public License Version 2.1.
...@@ -39,9 +39,7 @@ ...@@ -39,9 +39,7 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry" xmlns:oor="http://openoffice.org/2001/registry"
xmlns:install="http://openoffice.org/2004/installation" xmlns:install="http://openoffice.org/2004/installation"
xmlns:filehelper="http://www.jclark.com/xt/java/org.openoffice.configuration.FileHelper" exclude-result-prefixes="install">
exclude-result-prefixes="install"
extension-element-prefixes="filehelper">
<!-- Get the correct format --> <!-- Get the correct format -->
<xsl:output method="xml" indent="yes" /> <xsl:output method="xml" indent="yes" />
...@@ -54,16 +52,10 @@ ...@@ -54,16 +52,10 @@
<xsl:param name="fallback-locale">en-US</xsl:param> <xsl:param name="fallback-locale">en-US</xsl:param>
<xsl:variable name="schemaRootURL"> <xsl:variable name="schemaRootURL">
<xsl:choose> <xsl:value-of select="$schemaRoot"/>
<xsl:when test="function-available('filehelper:makeAbs')"><xsl:value-of select="filehelper:makeAbs($schemaRoot)"/></xsl:when>
<xsl:otherwise><xsl:value-of select="$schemaRoot"/></xsl:otherwise>
</xsl:choose>
</xsl:variable> </xsl:variable>
<xsl:variable name="schemaURL"> <xsl:variable name="schemaURL">
<xsl:choose> <xsl:value-of select="$xcs"/>
<xsl:when test="function-available('filehelper:makeAbs')"><xsl:value-of select="filehelper:makeAbs($xcs)"/></xsl:when>
<xsl:otherwise><xsl:value-of select="$xcs"/></xsl:otherwise>
</xsl:choose>
</xsl:variable> </xsl:variable>
<!--************************** TEMPLATES ******************************** --> <!--************************** TEMPLATES ******************************** -->
......
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