summaryrefslogtreecommitdiff
path: root/officecfg/util
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2007-05-10 12:09:35 +0000
committerKurt Zenker <kz@openoffice.org>2007-05-10 12:09:35 +0000
commitc97c8940abcfe1179ac7b40db5d47d2e5807aa78 (patch)
treeb68d02eeb54e5511c55b27d9efcb9cfc7897c44e /officecfg/util
parent2150e1cbeed674b716f80af5a01d534f56bc47ca (diff)
INTEGRATION: CWS libxslt02 (1.8.284); FILE MERGED
2006/12/24 08:10:57 cmc 1.8.284.1: #i30380 enable xslt usage by default
Diffstat (limited to 'officecfg/util')
-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>
<!-- ************************************** -->