Author: simonetripodi
Date: Fri Jun  3 07:48:15 2011
New Revision: 1130923

URL: http://svn.apache.org/viewvc?rev=1130923&view=rev
Log:
fixed dtd reference

Modified:
    
commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/xmlrules.xml

Modified: 
commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/xmlrules.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/xmlrules.xml?rev=1130923&r1=1130922&r2=1130923&view=diff
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/xmlrules.xml 
(original)
+++ 
commons/sandbox/digester3/trunk/src/examples/xmlrules/addressbook/xmlrules.xml 
Fri Jun  3 07:48:15 2011
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-
+<!DOCTYPE digester-rules PUBLIC "-//Apache Commons //DTD digester-rules XML 
V1.0//EN" "http://commons.apache.org/digester/dtds/digester-rules-3.0.dtd";>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -16,11 +16,6 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
-<!DOCTYPE digester-rules 
-  PUBLIC "-//Jakarta Apache //DTD digester-rules XML V1.0//EN" 
-    "http://jakarta.apache.org/commons/digester/dtds/digester-rules.dtd";>
-
 <digester-rules>
   <pattern value="address-book">
     <pattern value="person">


Reply via email to