Author: simonetripodi
Date: Thu Jun  2 20:46:36 2011
New Revision: 1130802

URL: http://svn.apache.org/viewvc?rev=1130802&view=rev
Log:
code reformatted

Modified:
    
commons/sandbox/digester3/trunk/src/examples/rss/src/main/resources/org/apache/commons/digester3/rss/rss-example.xml

Modified: 
commons/sandbox/digester3/trunk/src/examples/rss/src/main/resources/org/apache/commons/digester3/rss/rss-example.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/digester3/trunk/src/examples/rss/src/main/resources/org/apache/commons/digester3/rss/rss-example.xml?rev=1130802&r1=1130801&r2=1130802&view=diff
==============================================================================
--- 
commons/sandbox/digester3/trunk/src/examples/rss/src/main/resources/org/apache/commons/digester3/rss/rss-example.xml
 (original)
+++ 
commons/sandbox/digester3/trunk/src/examples/rss/src/main/resources/org/apache/commons/digester3/rss/rss-example.xml
 Thu Jun  2 20:46:36 2011
@@ -1,4 +1,7 @@
 <?xml version="1.0"?>
+<!DOCTYPE rss PUBLIC
+ "-//Netscape Communications//DTD RSS 0.91//EN"
+ "http://my.netscape.com/publish/formats/rss-0.91.dtd";>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -15,24 +18,14 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-
-<!DOCTYPE rss PUBLIC
- "-//Netscape Communications//DTD RSS 0.91//EN"
- "http://my.netscape.com/publish/formats/rss-0.91.dtd";>
-
 <rss version="0.91">
-
   <channel>
-
     <title>Apache</title>
     <link>http://www.apache.org</link>
     <description>The Apache Software Foundation</description>
     <language>en-US</language>
-    <rating>(PICS-1.1 "http://www.rsac.org/ratingsv01.html";
-      2 gen true comment "RSACi North America Server"
-      for "http://www.rsac.org"; on "1996.04.16T08:15-0500"
-      r (n 0 s 0 v 0 l 0))</rating>
-
+    <rating>(PICS-1.1 "http://www.rsac.org/ratingsv01.html"; 2 gen true comment 
"RSACi North America Server" for
+      "http://www.rsac.org"; on "1996.04.16T08:15-0500" r (n 0 s 0 v 0 l 
0))</rating>
     <image>
       <title>Apache</title>
       <url>http://jakarta.apache.org/images/jakarta-logo.gif</url>
@@ -41,31 +34,24 @@
       <height>480</height>
       <description>The Jakarta project. Open source, serverside 
java.</description>
     </image>
-
     <item>
       <title>Commons Attributes 2.1 Released</title>
       
<link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040815.1</link>
-      <description>The Apache Commons team is happy to announce the release of 
Commons Attributes 2.1. 
-      This is the first release of the new Commons-Attributes 
code.</description>
+      <description>The Apache Commons team is happy to announce the release of 
Commons Attributes 2.1. This is the first
+        release of the new Commons-Attributes code.</description>
     </item>
-
     <item>
       <title>Cloudscape Becomes Apache Derby</title>
       
<link>http://jakarta.apache.org/site/news/elsewhere-2004-2ndHalf.html#20040803.1</link>
-      <description>IBM has submitted a proposal to the Apache DB project 
-      for a Java-based package to be called 'Derby'.</description>
+      <description>IBM has submitted a proposal to the Apache DB project for a 
Java-based package to be called 'Derby'.</description>
     </item>
-
     <item>
       <title>Commons BeanUtils 1.7 Released</title>
       
<link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040802.1</link>
     </item>
-
     <item>
       <title>Commons JXPath 1.2 Released</title>
       
<link>http://jakarta.apache.org/site/news/news-2004-2ndHalf.html#20040801.2</link>
     </item>
-
   </channel>
-
 </rss>


Reply via email to