aboutsummaryrefslogtreecommitdiff
blob: 388e2e709817b525fdae321b9a49c142481aac1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
From 4ee180ce6d5e14fe3a514120d51c32a2a022e9ef Mon Sep 17 00:00:00 2001
From: Danny Kukawka <danny.kukawka@web.de>
Date: Tue, 17 Jun 2008 23:11:22 +0200
Subject: [PATCH 07/48] fixed fdi.dtd for the remove rule

Fixed fdi.dtd for the remove rule, type= is only needed for
strlist keys. Set the check to #IMPLIED instead of #REQUIRED.
---
 fdi/fdi.dtd |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fdi/fdi.dtd b/fdi/fdi.dtd
index 3658ea9..7682805 100644
--- a/fdi/fdi.dtd
+++ b/fdi/fdi.dtd
@@ -65,7 +65,7 @@
 <!ELEMENT remove (#PCDATA) >
 <!ATTLIST remove
     key    CDATA #REQUIRED
-    type   (strlist) #REQUIRED
+    type   (strlist) #IMPLIED
 >
 
 <!ELEMENT spawn (#PCDATA) >
-- 
1.6.1.2