You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/26 07:47:22 UTC

svn commit: r522430 - /forrest/trunk/etc/test-whitespace/test-1.xml

Author: crossley
Date: Sun Mar 25 22:47:21 2007
New Revision: 522430

URL: http://svn.apache.org/viewvc?view=rev&rev=522430
Log:
Revert accidently committed Tidy changes.

Modified:
    forrest/trunk/etc/test-whitespace/test-1.xml

Modified: forrest/trunk/etc/test-whitespace/test-1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/etc/test-whitespace/test-1.xml?view=diff&rev=522430&r1=522429&r2=522430
==============================================================================
--- forrest/trunk/etc/test-whitespace/test-1.xml (original)
+++ forrest/trunk/etc/test-whitespace/test-1.xml Sun Mar 25 22:47:21 2007
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   Licensed to the Apache Software Foundation (ASF) under one or more
   contributor license agreements.  See the NOTICE file distributed with
@@ -15,8 +15,7 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
-"http://forrest.apache.org/dtd/document-v20.dtd">
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
 <document>
   <header>
     <title>Test document for Tidy</title>
@@ -26,67 +25,73 @@
       <title>Paragraphs</title>
       <p>The following paragraph was formatted into separate lines, with each line less than 80
       characters.</p>
-      <p>Apache Forrest is a publishing framework that transforms input from various sources into a
-      unified presentation in one or more output formats. The modular and extensible plugin
-      architecture is based on Apache Cocoon and relevant standards, which separates presentation
-      from content. Forrest can generate static documents, or be used as a dynamic server, or be
-      deployed by its automated facility.</p>
+      <p>Apache Forrest is a publishing framework that transforms
+      input from various sources into a unified presentation
+      in one or more output formats. The modular and extensible
+      plugin architecture is based on Apache Cocoon and relevant
+      standards, which separates presentation from content.
+      Forrest can generate static documents, or be used as a
+      dynamic server, or be deployed by its automated facility.</p>
       <p>The following paragraph was all on one line.</p>
-      <p>Apache Forrest is a publishing framework that transforms input from various sources into a
-      unified presentation in one or more output formats. The modular and extensible plugin
-      architecture is based on Apache Cocoon and relevant standards, which separates presentation
-      from content. Forrest can generate static documents, or be used as a dynamic server, or be
-      deployed by its automated facility.</p>
+      <p>Apache Forrest is a publishing framework that transforms input from various sources into a unified presentation in one or more output formats. The modular and extensible plugin architecture is based on Apache Cocoon and relevant standards, which separates presentation from content.  Forrest can generate static documents, or be used as a dynamic server, or be deployed by its automated facility.</p>
     </section>
+
     <section id="para-2">
       <title>Another section</title>
-      <p>Forrest is ...</p>
+      <p>
+        Forrest is ...
+      </p>
       <ul>
-        <li>
-        <strong>this</strong>and that</li>
-        <li>these and 
-        <strong>those</strong></li>
+        <li><strong>this</strong> and that</li>
+        <li>these and <strong>those</strong></li>
       </ul>
     </section>
+
     <section id="cdata">
       <title>CDATA</title>
-      <source>
-        <![CDATA[top line text
+      <source><![CDATA[top line text
 <elements>
    <idented>
    A long line that should not get wrapped. A long line that should not get wrapped. A long line that should not get wrapped.
    </idented>
 </elements>]]>
-</source>
+      </source>
     </section>
+
     <section id="white">
       <title>Whitespace and Tabs</title>
-      <p>Trailing whitespace after this closing tag:</p>
-      <p>Indentation was using tabs: here and here.</p>
-      <ul>
-        <li>item one</li>
-      </ul>
+      <p>Trailing whitespace after this closing tag:</p> 
+      <p>Indentation was using tabs:
+	here
+		and here.</p>
+	<ul>
+		<li>item one</li>
+	</ul>
     </section>
+
     <section id="entities">
       <title>Entities</title>
       <p>What happens to entities?</p>
       <ul>
-        <li>J&#246;rg</li>
+        <li>J&ouml;rg</li>
         <li>this &amp; that</li>
         <li>greater than &gt; great</li>
-        <li>trademark&#8482;</li>
+        <li>trademark&trade;</li>
         <li>J&#246;rg</li>
-        <li>me@there.org</li>
+        <li>me&#64;there.org</li>
       </ul>
     </section>
+
     <section id="misc">
       <title>Miscellaneous</title>
       <p>Elements with carefully formatted attributes. Do they get re-aligned?</p>
-      <p>
-      <a href="http://forrest.apache.org/" title="Apache Forrest" id="forrest-home">link</a>.</p>
-      <p>
-      <a href="http://forrest.apache.org/docs_0_80/howto/howto-custom-html-source.html"
-      title="How to customize processing of html source" id="custom-html-source">link</a>.</p>
+      <p><a href="http://forrest.apache.org/"
+           title="Apache Forrest"
+           id="forrest-home">link</a>.</p>
+
+      <p><a href="http://forrest.apache.org/docs_0_80/howto/howto-custom-html-source.html"
+           title="How to customize processing of html source"
+           id="custom-html-source">link</a>.</p>
     </section>
   </body>
 </document>