summaryrefslogtreecommitdiff
path: root/officecfg/util/data_val.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'officecfg/util/data_val.xsl')
-rw-r--r--officecfg/util/data_val.xsl18
1 files changed, 5 insertions, 13 deletions
diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl
index 546aae2bd3b3..f01dcaf5e1a8 100644
--- a/officecfg/util/data_val.xsl
+++ b/officecfg/util/data_val.xsl
@@ -5,9 +5,9 @@
$RCSfile: data_val.xsl,v $
- $Revision: 1.8 $
+ $Revision: 1.9 $
- last change: $Author: rt $ $Date: 2005-09-08 15:49:07 $
+ last change: $Author: kz $ $Date: 2007-05-10 13:09:35 $
The Contents of this file are made available subject to
the terms of GNU Lesser General Public License Version 2.1.
@@ -41,9 +41,7 @@
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:oor="http://openoffice.org/2001/registry"
- xmlns:install="http://openoffice.org/2004/installation"
- xmlns:filehelper="http://www.jclark.com/xt/java/org.openoffice.configuration.FileHelper"
- extension-element-prefixes="filehelper">
+ xmlns:install="http://openoffice.org/2004/installation">
<!-- Get the correct format -->
<xsl:output method="xml" indent="yes" />
@@ -52,16 +50,10 @@
<xsl:param name="schemaRoot">.</xsl:param>
<xsl:variable name="schemaRootURL">
- <xsl:choose>
- <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:value-of select="$schemaRoot"/>
</xsl:variable>
<xsl:variable name="schemaURL">
- <xsl:choose>
- <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:value-of select="$xcs"/>
</xsl:variable>
<!-- ************************************** -->