Author: simonetripodi
Date: Sun Jun 26 22:06:24 2011
New Revision: 1139951

URL: http://svn.apache.org/viewvc?rev=1139951&view=rev
Log:
added missing dtd declaration

Modified:
    
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/atom-content.xml

Modified: 
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/atom-content.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/atom-content.xml?rev=1139951&r1=1139950&r2=1139951&view=diff
==============================================================================
--- 
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/atom-content.xml
 (original)
+++ 
commons/proper/digester/trunk/src/test/resources/org/apache/commons/digester3/xmlrules/atom-content.xml
 Sun Jun 26 22:06:24 2011
@@ -1,4 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!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


Reply via email to