Author: simonetripodi
Date: Fri Jun  3 13:36:57 2011
New Revision: 1131031

URL: http://svn.apache.org/viewvc?rev=1131031&view=rev
Log:
simplified date pattern
minor format

Modified:
    commons/sandbox/digester3/trunk/src/examples/edsl/atom/xmlcontent.xml

Modified: commons/sandbox/digester3/trunk/src/examples/edsl/atom/xmlcontent.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/edsl/atom/xmlcontent.xml?rev=1131031&r1=1131030&r2=1131031&view=diff
==============================================================================
--- commons/sandbox/digester3/trunk/src/examples/edsl/atom/xmlcontent.xml 
(original)
+++ commons/sandbox/digester3/trunk/src/examples/edsl/atom/xmlcontent.xml Fri 
Jun  3 13:36:57 2011
@@ -22,8 +22,8 @@
 <feed xmlns="http://www.w3.org/2005/Atom";>
 
   <title>Example Feed</title>
-  <link href="http://example.org/"/>
-  <updated>2003-12-13T18:30:02Z</updated>
+  <link href="http://example.org/"; />
+  <updated>2003-12-13T18:30</updated>
   <author>
     <name>John Doe</name>
   </author>
@@ -31,9 +31,9 @@
 
   <entry>
     <title>Atom-Powered Robots Run Amok</title>
-    <link href="http://example.org/2003/12/13/atom03"/>
+    <link href="http://example.org/2003/12/13/atom03"; />
     <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
-    <updated>2003-12-13T18:30:02Z</updated>
+    <updated>2003-12-13T18:30</updated>
     <content type="text/plain">this is just a simple test!</content>
   </entry>
 


Reply via email to