summaryrefslogtreecommitdiff
path: root/officecfg/util
diff options
context:
space:
mode:
authorDirk Grobler <dg@openoffice.org>2002-05-19 22:33:55 +0000
committerDirk Grobler <dg@openoffice.org>2002-05-19 22:33:55 +0000
commit533a0d394b6867ed9073ed8445db351cca4d284e (patch)
tree26918da2572dcb3a1b3a0eaca9c0066911245e94 /officecfg/util
parent3c823da1ae65493278196191aaeb3e441dd1e959 (diff)
#99152# validation for configdata completed
Diffstat (limited to 'officecfg/util')
-rw-r--r--officecfg/util/schema_val.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/util/schema_val.xsl b/officecfg/util/schema_val.xsl
index 11d1b7f2f690..4def95da44e8 100644
--- a/officecfg/util/schema_val.xsl
+++ b/officecfg/util/schema_val.xsl
@@ -3,9 +3,9 @@
*
* $RCSfile: schema_val.xsl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: dg $ $Date: 2002-05-19 22:58:22 $
+ * last change: $Author: dg $ $Date: 2002-05-19 23:31:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,7 +88,7 @@
</xsl:template>
<xsl:template match = "group[@oor:extensible='true']">
- <xsl:if test="count(descendant::*)">
+ <xsl:if test="count(child::prop) or count(child::set) or count(child::group) or count(child::node-ref)">
<xsl:message terminate="yes">ERROR: extensible groups with children are currently NOT supported!</xsl:message>
</xsl:if>
</xsl:template>