summaryrefslogtreecommitdiff
path: root/officecfg/util/data_val.xsl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-27 10:39:49 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-27 10:39:49 +0000
commit1cf6df32ed29307aad3ac862a8750b2997552cf4 (patch)
tree43e154385f075dd07be37bf78408fd3c14339178 /officecfg/util/data_val.xsl
parent359f60933f480b635bad227795b27c8acf91aa72 (diff)
INTEGRATION: CWS configxml01 (1.2.94); FILE MERGED
2003/05/16 14:38:45 jb 1.2.94.1: #109668# Rename oor:node -> oor:component-data
Diffstat (limited to 'officecfg/util/data_val.xsl')
-rw-r--r--officecfg/util/data_val.xsl8
1 files changed, 4 insertions, 4 deletions
diff --git a/officecfg/util/data_val.xsl b/officecfg/util/data_val.xsl
index 7ce86cfaeb4a..22ddf14830ef 100644
--- a/officecfg/util/data_val.xsl
+++ b/officecfg/util/data_val.xsl
@@ -3,9 +3,9 @@
*
* $RCSfile: data_val.xsl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jb $ $Date: 2002-07-04 07:51:24 $
+ * last change: $Author: vg $ $Date: 2003-05-27 11:39:49 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -81,9 +81,9 @@
<xsl:variable name="component-schema" select="document($schemaURL)/oor:component-schema"/>
<!-- ************************************** -->
-<!-- * oor:node *** -->
+<!-- * oor:component-data *** -->
<!-- ************************************** -->
- <xsl:template match="/oor:node">
+ <xsl:template match="/oor:component-data">
<xsl:for-each select="node|prop">
<xsl:apply-templates select=".">
<xsl:with-param name="context" select="$component-schema/component/*[@oor:name = current()/@oor:name]"/>