You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2012/01/20 18:32:13 UTC

svn commit: r1234020 - /commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml

Author: mbenson
Date: Fri Jan 20 17:32:12 2012
New Revision: 1234020

URL: http://svn.apache.org/viewvc?rev=1234020&view=rev
Log:
fix dtd

Modified:
    commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml

Modified: commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml
URL: http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml?rev=1234020&r1=1234019&r2=1234020&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml (original)
+++ commons/proper/jxpath/trunk/src/test/org/apache/commons/jxpath/XmlSpace.xml Fri Jan 20 17:32:12 2012
@@ -19,7 +19,7 @@
 <!DOCTYPE test [
   <!ELEMENT test (text)>
   <!ELEMENT text ANY>
-  <!ATTLIST text xml:space (default|preserve) 'default'>
+  <!ATTLIST text xml:space (default|preserve) 'default' id>
 ]>
 
 <test>