Author: simonetripodi Date: Fri Jun 3 09:58:17 2011 New Revision: 1130970 URL: http://svn.apache.org/viewvc?rev=1130970&view=rev Log: simplified showcase
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=1130970&r1=1130969&r2=1130970&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 09:58:17 2011 @@ -34,7 +34,7 @@ <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> - <content type="application/xml"><a xmlns="http://example.org"><b><c>test</c></b></a></content> + <content type="text/plain">this is just a simple test!</content> </entry> </feed>