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/04/10 07:45:31 UTC

svn commit: r527038 [4/15] - in /forrest/trunk/whiteboard/plugins: ./ org.apache.forrest.plugin.Database/ org.apache.forrest.plugin.Database/resources/stylesheets/ org.apache.forrest.plugin.Database/src/documentation/ org.apache.forrest.plugin.Database...

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-academics.ft Mon Apr  9 22:45:15 2007
@@ -19,23 +19,25 @@
   name="resume-content-academics" type="nugget">
   <description>
     resume-content-academics - Output a formatted copy of the academics section
-    of a resume document. 
+    of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-academics"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-academics"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-academics" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-academics-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-academics-body">
+        <xsl:comment>+
 	    | start resume-content-academics
 	    +</xsl:comment>
-      <div id="resume-content-academics-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-academics']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-academics-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-academics']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-academics
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-address.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-address.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-address.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-address.ft Mon Apr  9 22:45:15 2007
@@ -19,23 +19,25 @@
   name="resume-content-address" type="nugget">
   <description>
     resume-content-address - Output a formatted copy of the address contained in
-    a resume document.. 
+    a resume document..
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-address"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-address"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-address" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-address-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-address-body">
+        <xsl:comment>+
 	    | start resume-content-address
 	    +</xsl:comment>
-      <div id="resume-content-address-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-address']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-address-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-address']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-address
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-availability.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-availability.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-availability.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-availability.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-availability" type="nugget">
   <description>
-    resume-content-availability - Output a formatted copy of the availability sectiopn
-    of a resume document. 
+    resume-content-availability - Output a formatted copy of the availability
+    sectiopn of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-availability"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-availability"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-availability" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-availability-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-availability-body">
+        <xsl:comment>+
 	    | start resume-content-availability
 	    +</xsl:comment>
-      <div id="resume-content-availability-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-availability']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-availability-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-availability']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-availability
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-awards.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-awards" type="nugget">
   <description>
-    resume-content-awards - Output a formatted copy of the awards section
-    of a resume document. 
+    resume-content-awards - Output a formatted copy of the awards section of a
+    resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-awards"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-awards"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-awards" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-awards-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-awards-body">
+        <xsl:comment>+
 	    | start resume-content-awards
 	    +</xsl:comment>
-      <div id="resume-content-awards-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-awards']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-awards-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-awards']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-awards
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-contact.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-contact.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-contact.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-contact.ft Mon Apr  9 22:45:15 2007
@@ -21,21 +21,23 @@
     resume-content-contact - Output a formatted copy of the contact details
     contained in a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-contact"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-contact"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-contact" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-contact-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-contact-body">
+        <xsl:comment>+
 	    | start resume-content-contact
 	    +</xsl:comment>
-      <div id="resume-content-contact-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-contact']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-contact-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-contact']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-contact
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-history.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-history" type="nugget">
   <description>
-    resume-content-history - Output a formatted copy of the availability sectiopn
-    of a resume document. 
+    resume-content-history - Output a formatted copy of the availability
+    sectiopn of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-history"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-history"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-history" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-history-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-history-body">
+        <xsl:comment>+
 	    | start resume-content-history
 	    +</xsl:comment>
-      <div id="resume-content-history-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-history']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-history-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-history']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-history
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-interests.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-interests" type="nugget">
   <description>
-    resume-content-interests - Output a formatted copy of the availability sectiopn
-    of a resume document. 
+    resume-content-interests - Output a formatted copy of the availability
+    sectiopn of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-interests"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-interests"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-interests" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-interests-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-interests-body">
+        <xsl:comment>+
 	    | start resume-content-interests
 	    +</xsl:comment>
-      <div id="resume-content-interests-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-interests']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-interests-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-interests']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-interests
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-memberships.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-memberships" type="nugget">
   <description>
-    resume-content-memberships - Output a formatted copy of the memberships section
-    of a resume document. 
+    resume-content-memberships - Output a formatted copy of the memberships
+    section of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-memberships"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-memberships"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-memberships" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-memberships-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-memberships-body">
+        <xsl:comment>+
 	    | start resume-content-memberships
 	    +</xsl:comment>
-      <div id="resume-content-memberships-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-memberships']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-memberships-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-memberships']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-memberships
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-misc.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-misc" type="nugget">
   <description>
-    resume-content-misc - Output a formatted copy of the misc. sections
-    of a resume document. 
+    resume-content-misc - Output a formatted copy of the misc. sections of a
+    resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-misc"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-misc"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-misc" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-misc-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-misc-body">
+        <xsl:comment>+
 	    | start resume-content-misc
 	    +</xsl:comment>
-      <div id="resume-content-misc-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@class='resume-misc']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-misc-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@class='resume-misc']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-misc
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-objective.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-objective.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-objective.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-objective.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-objective" type="nugget">
   <description>
-    resume-content-objective - Output a formatted copy of the address contained in
-    a resume document.. 
+    resume-content-objective - Output a formatted copy of the address contained
+    in a resume document..
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-objective"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-objective"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-objective" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-objective-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-objective-body">
+        <xsl:comment>+
 	    | start resume-content-objective
 	    +</xsl:comment>
-      <div id="resume-content-objective-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-objective']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-objective-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-objective']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-objective
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-pubs.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-pubs" type="nugget">
   <description>
-    resume-content-pubs - Output a formatted copy of the publications section
-    of a resume document. 
+    resume-content-pubs - Output a formatted copy of the publications section of
+    a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-pubs"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-pubs"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-pubs" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-pubs-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-pubs-body">
+        <xsl:comment>+
 	    | start resume-content-pubs
 	    +</xsl:comment>
-      <div id="resume-content-pubs-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-pubs']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-pubs-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-pubs']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-pubs
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-referees.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-referees" type="nugget">
   <description>
-    resume-content-referees - Output a formatted copy of the availability sectiopn
-    of a resume document. 
+    resume-content-referees - Output a formatted copy of the availability
+    sectiopn of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-referees"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-referees"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-referees" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-referees-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-referees-body">
+        <xsl:comment>+
 	    | start resume-content-referees
 	    +</xsl:comment>
-      <div id="resume-content-referees-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-referees']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-referees-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-referees']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-referees
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/templates/resume-content-skillareas.ft Mon Apr  9 22:45:15 2007
@@ -18,24 +18,26 @@
 <forrest:contract xmlns:forrest="http://apache.org/forrest/templates/1.0"
   name="resume-content-skillareas" type="nugget">
   <description>
-    resume-content-skillareas - Output a formatted copy of the availability sectiopn
-    of a resume document. 
+    resume-content-skillareas - Output a formatted copy of the availability
+    sectiopn of a resume document.
   </description>
-  <usage><![CDATA[<forrest:contract name="resume-content-skillareas"/>]]></usage>
+  <usage>
+<![CDATA[<forrest:contract name="resume-content-skillareas"/>]]>
+  </usage>
   <forrest:template xmlns:forrest="http://apache.org/forrest/templates/1.0"
     format="xhtml" name="resume-content-skillareas" inputFormat="xsl" body="true" head="false">
-     <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-	    <xsl:template name="resume-content-skillareas-body">
-	<xsl:comment>+
+    <xsl:stylesheet version="1.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+      <xsl:template name="resume-content-skillareas-body">
+        <xsl:comment>+
 	    | start resume-content-skillareas
 	    +</xsl:comment>
-      <div id="resume-content-skillareas-area">
-        <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-skillareas']/*"/>
-      </div>
-<xsl:comment>+
+        <div id="resume-content-skillareas-area">
+          <xsl:copy-of select="div[@id='content']/div[@id='content-main']/div[@id='resume-skillareas']/*"/>
+        </div>
+        <xsl:comment>+
     | end resume-content-skillareas
     +</xsl:comment>
-		  </xsl:template>
-	  </xsl:stylesheet>
+      </xsl:template>
+    </xsl:stylesheet>
   </forrest:template>
 </forrest:contract>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/build.xml Mon Apr  9 22:45:15 2007
@@ -24,10 +24,8 @@
   <property name="author" value="Apache Forrest Project"/>
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/org.apache.forrest.plugin.input.XDoc"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
-  
   <import file="../build.xml"/>
-
-  <!-- Add any additional installation work here in the build target, for example:
+<!-- Add any additional installation work here in the build target, for example:
   <target name="build"
           description="Extract the tools">
      <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
@@ -38,5 +36,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/input.xmap?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/input.xmap Mon Apr  9 22:45:15 2007
@@ -16,7 +16,7 @@
   limitations under the License.
 -->
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
-<map:components>
+  <map:components>
     <map:actions>
       <map:action logger="sitemap.action.sourcetype" name="sourcetype" src="org.apache.forrest.sourcetype.SourceTypeAction">
         <sourcetype name="document-v10">
@@ -45,7 +45,7 @@
         </sourcetype>
         <sourcetype name="faq-v11">
           <document-declaration public-id="-//APACHE//DTD FAQ V1.1//EN" />
-        </sourcetype>        
+        </sourcetype>
         <sourcetype name="document-v12">
           <document-declaration public-id="-//APACHE//DTD Documentation V1.2//EN" />
         </sourcetype>
@@ -60,7 +60,7 @@
         </sourcetype>
         <sourcetype name="faq-v12">
           <document-declaration public-id="-//APACHE//DTD FAQ V1.2//EN" />
-        </sourcetype>        
+        </sourcetype>
         <sourcetype name="document-v13">
           <document-declaration public-id="-//APACHE//DTD Documentation V1.3//EN" />
         </sourcetype>
@@ -75,7 +75,7 @@
         </sourcetype>
         <sourcetype name="faq-v13">
           <document-declaration public-id="-//APACHE//DTD FAQ V1.3//EN" />
-        </sourcetype>        
+        </sourcetype>
         <sourcetype name="document-v20a">
           <document-declaration public-id="-//APACHE//DTD Documentation V2.0a//EN" />
         </sourcetype>
@@ -95,28 +95,25 @@
           <document-declaration public-id="-//APACHE//DTD FAQ V2.0//EN" />
         </sourcetype>
       </map:action>
-      <map:action logger="sitemap.action.locale" name="locale" src="org.apache.cocoon.acting.LocaleAction">
-      </map:action>
+      <map:action logger="sitemap.action.locale" name="locale" src="org.apache.cocoon.acting.LocaleAction"></map:action>
     </map:actions>
     <map:selectors default="parameter">
-    <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
-   <map:selector logger="sitemap.selector.exception" name="exception"
+      <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
+      <map:selector logger="sitemap.selector.exception" name="exception"
                  src="org.apache.cocoon.selection.ExceptionSelector">
-     <exception name="syntax" class="net.sourceforge.chaperon.process.ParseException"/>
-     <exception class="java.lang.Throwable" unroll="true"/>
-   </map:selector>
+        <exception name="syntax" class="net.sourceforge.chaperon.process.ParseException"/>
+        <exception class="java.lang.Throwable" unroll="true"/>
+      </map:selector>
       <map:selector logger="sitemap.selector.config" name="config" src="org.apache.cocoon.selection.SimpleSelector" />
     </map:selectors>
   </map:components>
-
   <map:resources>
     <map:resource name="transform-to-xhtml2">
       <map:act type="sourcetype" src="{src}">
         <map:select type="parameter">
           <map:parameter name="parameter-selector-test" value="{sourcetype}" />
-
           <map:when test="document-v10">
-          <!-- FIXME (JJP):  This should use the v12 now-->
+<!-- FIXME (JJP):  This should use the v12 now-->
             <map:transform src="{lm:transform.xdoc.docv11}" />
           </map:when>
           <map:when test="document-v11">
@@ -131,15 +128,12 @@
           <map:when test="document-v20a">
             <map:transform src="{lm:transform.xdoc.xhtml2}" />
           </map:when>
-
           <map:when test="document-v20">
             <map:transform src="{lm:transform.xdoc.xhtml2}" />
           </map:when>
-
           <map:when test="howto-v10">
             <map:transform src="{lm:transform.howto.xhtml2}" />
           </map:when>
-
           <map:when test="howto-v11">
             <map:transform src="{lm:transform.howto.xhtml2}" />
           </map:when>
@@ -152,40 +146,31 @@
           <map:when test="howto-v20">
             <map:transform src="{lm:transform.howto.xhtml2}" />
           </map:when>
-
           <map:when test="faq-v11">
             <map:transform src="{lm:transform.faq.xhtml2}" />
           </map:when>
-
           <map:when test="faq-v12">
             <map:transform src="{lm:transform.faq.xhtml2}" />
           </map:when>
-
           <map:when test="faq-v13">
             <map:transform src="{lm:transform.faq.xhtml2}" />
           </map:when>
-
           <map:when test="faq-v20">
             <map:transform src="{lm:transform.faq.xhtml2}" />
           </map:when>
-
           <map:when test="changes-v10">
             <map:transform src="{lm:transform.changesv10.changesv11}" />
             <map:transform src="{lm:transform.changesv.document}" />
           </map:when>
-
           <map:when test="changes-v11">
             <map:transform src="{lm:transform.changesv.document}" />
           </map:when>
-
           <map:when test="changes-v12">
             <map:transform src="{lm:transform.changesv.document}" />
           </map:when>
-
           <map:when test="changes-v13">
             <map:transform src="{lm:transform.changesv.document}" />
           </map:when>
-
           <map:when test="changes-v20">
             <map:transform src="{lm:transform.changesv.document}" />
           </map:when>
@@ -194,32 +179,25 @@
       </map:act>
     </map:resource>
   </map:resources>
-  
-  
-<map:pipelines>
-  <map:pipeline>
+  <map:pipelines>
+    <map:pipeline>
       <map:match type="wildcard" pattern="**.xml">
-      
-       <map:match type="i18n" pattern="{properties:content.xdocs}{1}.*.xml">
+        <map:match type="i18n" pattern="{properties:content.xdocs}{1}.*.xml">
           <map:generate src="{source}" />
           <map:call resource="transform-to-xhtml2">
             <map:parameter name="src" value="{source}" />
           </map:call>
           <map:serialize type="xml-document"/>
-       </map:match>
-
-      
-       <!-- if we got this far asking for the source.xml then it must be an XDoc -->
-       <map:match pattern="**.xml">
-         <map:generate src="{lm:project.{0}}"/>
-         <map:call resource="transform-to-xhtml2">
-          <map:parameter name="src" value="{source}" />
-         </map:call>
-         <map:serialize type="xml"/>
-       </map:match>
-       
-     </map:match>
-  </map:pipeline>
-</map:pipelines>
-
+        </map:match>
+<!-- if we got this far asking for the source.xml then it must be an XDoc -->
+        <map:match pattern="**.xml">
+          <map:generate src="{lm:project.{0}}"/>
+          <map:call resource="transform-to-xhtml2">
+            <map:parameter name="src" value="{source}" />
+          </map:call>
+          <map:serialize type="xml"/>
+        </map:match>
+      </map:match>
+    </map:pipeline>
+  </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/locationmap.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/locationmap.xml Mon Apr  9 22:45:15 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -24,12 +23,11 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
     <selectors default="exists">
-          <selector name="exists" logger="sitemap.selector.exists"  
+      <selector name="exists" logger="sitemap.selector.exists"  
                     src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
   </components>
-  
-  <locator>    
+  <locator>
     <match pattern="transform.xdoc.xhtml2">
       <location src="resources/stylesheets/document-to-xhtml2.xsl"/>
     </match>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/document-to-xhtml2.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/document-to-xhtml2.xsl?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/document-to-xhtml2.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/document-to-xhtml2.xsl Mon Apr  9 22:45:15 2007
@@ -34,8 +34,6 @@
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns="http://www.w3.org/2002/06/xhtml2">
-
-
   <xsl:template match="/document">
     <html xmlns="http://www.w3.org/2002/06/xhtml2" xml:lang="en"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -50,60 +48,60 @@
       </head>
       <body>
         <xsl:apply-templates select="header/notice | header/abstract"/>
-        <xsl:apply-templates select="body/*"/>   
+        <xsl:apply-templates select="body/*"/>
         <xsl:apply-templates select="footer"/>
       </body>
     </html>
   </xsl:template>
-
-  <!-- Generate a <a name="..."> tag for an @id -->
+<!-- Generate a <a name="..."> tag for an @id -->
   <xsl:template match="@id">
-    <xsl:if test="normalize-space(.)!=''">
-      <a name="{.}"/>
+    <xsl:if test="normalize-space(.)!=''"><a name="{.}"/>
     </xsl:if>
   </xsl:template>
-
   <xsl:template match="section">
     <section>
-      <xsl:attribute name="xml:id"><xsl:value-of select="@id"/></xsl:attribute>
-      <h><xsl:value-of select="./title"/></h>
+      <xsl:attribute name="xml:id">
+        <xsl:value-of select="@id"/>
+      </xsl:attribute>
+      <h>
+        <xsl:value-of select="./title"/>
+      </h>
       <xsl:apply-templates/>
     </section>
   </xsl:template>
-
-  <xsl:template match="section/title">
-    
-  </xsl:template>
-  
+  <xsl:template match="section/title"></xsl:template>
   <xsl:template match="abstract | legal">
     <xsl:element name="p">
-      <xsl:attribute name="property"><xsl:value-of select="local-name()"/></xsl:attribute>
-        <xsl:apply-templates/>
+      <xsl:attribute name="property">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
+      <xsl:apply-templates/>
     </xsl:element>
   </xsl:template>
-  
   <xsl:template match="note | warning | fixme | notice">
     <xsl:element name="p">
-      <xsl:attribute name="class"><xsl:value-of select="local-name()"/></xsl:attribute>
-        <xsl:apply-templates/>
+      <xsl:attribute name="class">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
+      <xsl:apply-templates/>
     </xsl:element>
   </xsl:template>
-  
   <xsl:template match="meta">
     <xsl:element name="meta">
-      <xsl:attribute name="property"><xsl:value-of select="./@name"/></xsl:attribute>
+      <xsl:attribute name="property">
+        <xsl:value-of select="./@name"/>
+      </xsl:attribute>
       <xsl:value-of select="."/>
     </xsl:element>
   </xsl:template>
-  
   <xsl:template match="type | subtitle">
     <xsl:element name="meta">
-      <xsl:attribute name="property"><xsl:value-of select="local-name()"/></xsl:attribute>
+      <xsl:attribute name="property">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
       <xsl:value-of select="."/>
     </xsl:element>
   </xsl:template>
-  
-  
   <xsl:template match="version">
     <xsl:element name="meta">
       <xsl:attribute name="property">version</xsl:attribute>
@@ -130,34 +128,32 @@
       <xsl:value-of select="."/>
     </xsl:element>
   </xsl:template>
-  
   <xsl:template match="authors">
     <xsl:element name="meta">
       <xsl:attribute name="property">authors</xsl:attribute>
       <xsl:apply-templates/>
     </xsl:element>
   </xsl:template>
-  
   <xsl:template match="person">
     <xsl:element name="meta">
       <xsl:attribute name="property">person</xsl:attribute>
-      <meta><xsl:attribute name="property">email</xsl:attribute></meta>
-      <meta><xsl:attribute name="property">name</xsl:attribute></meta>
+      <meta>
+        <xsl:attribute name="property">email</xsl:attribute>
+      </meta>
+      <meta>
+        <xsl:attribute name="property">name</xsl:attribute>
+      </meta>
     </xsl:element>
-  </xsl:template>  
-  
+  </xsl:template>
   <xsl:template match="footer">
     <section>
       <xsl:attribute name="property">footer</xsl:attribute>
-       <xsl:apply-templates/>
+      <xsl:apply-templates/>
     </section>
   </xsl:template>
-  
-    
   <xsl:template match="br">
     <l/>
   </xsl:template>
-
   <xsl:template match="p[@xml:space='preserve']">
     <xsl:apply-templates select="@id"/>
     <div class="pre">
@@ -165,27 +161,28 @@
       <xsl:apply-templates/>
     </div>
   </xsl:template>
-
   <xsl:template match="source">
     <blockcode>
       <xsl:apply-templates/>
     </blockcode>
   </xsl:template>
-
-  <xsl:template match="anchor">
-    <a id="{@id}">
-      <xsl:copy-of select="@id"/>
-    </a>
+  <xsl:template match="anchor"><a id="{@id}">
+    <xsl:copy-of select="@id"/></a>
   </xsl:template>
-  
   <xsl:template match="link | fork | jump">
     <xsl:element name="a">
-      <xsl:attribute name="href"><xsl:value-of select="@href"/></xsl:attribute>
+      <xsl:attribute name="href">
+        <xsl:value-of select="@href"/>
+      </xsl:attribute>
       <xsl:if test="./@role">
-        <xsl:attribute name="role"><xsl:value-of select="@role"/></xsl:attribute>
+        <xsl:attribute name="role">
+          <xsl:value-of select="@role"/>
+        </xsl:attribute>
       </xsl:if>
       <xsl:if test="./@title">
-        <xsl:attribute name="title"><xsl:value-of select="@title"/></xsl:attribute>
+        <xsl:attribute name="title">
+          <xsl:value-of select="@title"/>
+        </xsl:attribute>
       </xsl:if>
       <xsl:if test="local-name() = 'fork'">
         <xsl:attribute name="target">_blank</xsl:attribute>
@@ -193,40 +190,40 @@
       <xsl:if test="local-name() = 'jump'">
         <xsl:attribute name="target">_top</xsl:attribute>
       </xsl:if>
-      <xsl:value-of select="."/>  
+      <xsl:value-of select="."/>
     </xsl:element>
   </xsl:template>
-
   <xsl:template match="icon | figure  | img">
-  <!-- FIXME:  Where to match these to?  span doesn't allow 'style' attrib.-->
+<!-- FIXME:  Where to match these to?  span doesn't allow 'style' attrib.-->
     <p>
-      <xsl:attribute name="class"><xsl:value-of select="local-name()"/></xsl:attribute>
+      <xsl:attribute name="class">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
       <xsl:copy-of select="@src | @alt | @id"/>
-      
       <xsl:variable name="height-val">
-        <xsl:if test="./@height">height:<xsl:value-of select="./@height"/></xsl:if>
+        <xsl:if test="./@height">height:<xsl:value-of select="./@height"/>
+        </xsl:if>
       </xsl:variable>
       <xsl:variable name="width-val">
-        <xsl:if test="./@width">width:<xsl:value-of select="./@width"/></xsl:if>
+        <xsl:if test="./@width">width:<xsl:value-of select="./@width"/>
+        </xsl:if>
       </xsl:variable>
-      
       <xsl:if test="./@height or ./@width">
-        <xsl:attribute name="style"><xsl:value-of select="concat($height-val,';',$width-val)"/></xsl:attribute>
+        <xsl:attribute name="style">
+          <xsl:value-of select="concat($height-val,';',$width-val)"/>
+        </xsl:attribute>
       </xsl:if>
     </p>
   </xsl:template>
-
-  
   <xsl:template match="table">
     <xsl:apply-templates select="@id"/>
     <table class="ForrestTable">
-      <!--FIXME: Should these be included as internal style snippets?-->
-      <!--@cellspacing | @cellpadding |-->
+<!--FIXME: Should these be included as internal style snippets?-->
+<!--@cellspacing | @cellpadding |-->
       <xsl:copy-of select="@border | @class | @bgcolor |@id"/>
       <xsl:apply-templates/>
     </table>
   </xsl:template>
-
   <xsl:template match="acronym">
     <xsl:element name="abbr">
       <xsl:attribute name="title">
@@ -235,14 +232,10 @@
       <xsl:value-of select="."/>
     </xsl:element>
   </xsl:template>
-
-
   <xsl:template match="node()|@*" mode="toc"/>
-
-  <!-- End of "toc" mode templates -->
-
+<!-- End of "toc" mode templates -->
   <xsl:template match="node()|@*" priority="-1">
-    <!-- id processing will create its own a-element so processing has to 
+<!-- id processing will create its own a-element so processing has to 
          happen outside the copied element 
     -->
     <xsl:apply-templates select="@id"/>
@@ -252,6 +245,4 @@
       <xsl:apply-templates/>
     </xsl:copy>
   </xsl:template>
-
 </xsl:stylesheet>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/faq-to-xhtml2.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/faq-to-xhtml2.xsl?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/faq-to-xhtml2.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/faq-to-xhtml2.xsl Mon Apr  9 22:45:15 2007
@@ -34,10 +34,7 @@
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns="http://www.w3.org/2002/06/xhtml2">
-  
   <xsl:import href="howto-to-xhtml2.xsl"/>
-  
-  
   <xsl:template match="/faqs | /document">
     <html xmlns="http://www.w3.org/2002/06/xhtml2" xml:lang="en"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -53,26 +50,26 @@
       </head>
       <body>
         <xsl:apply-templates select="header/abstract"/>
-        
         <xsl:apply-templates select="*[not(name()='header')]"/>
-
       </body>
     </html>
   </xsl:template>
-  
   <xsl:template match="faq | part">
     <section>
       <xsl:if test="./@id">
-        <xsl:attribute name="xml:id"><xsl:value-of select="@id"/></xsl:attribute>
+        <xsl:attribute name="xml:id">
+          <xsl:value-of select="@id"/>
+        </xsl:attribute>
       </xsl:if>
-      <xsl:attribute name="class"><xsl:value-of select="local-name()"/></xsl:attribute>
+      <xsl:attribute name="class">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
       <xsl:if test="./@title">
-        <h><xsl:value-of select="./@title"/></h>
+        <h>
+          <xsl:value-of select="./@title"/>
+        </h>
       </xsl:if>
       <xsl:apply-templates/>
     </section>
   </xsl:template>
-
-  
 </xsl:stylesheet>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/howto-to-xhtml2.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/howto-to-xhtml2.xsl?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/howto-to-xhtml2.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/resources/stylesheets/howto-to-xhtml2.xsl Mon Apr  9 22:45:15 2007
@@ -34,10 +34,7 @@
                 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xmlns="http://www.w3.org/2002/06/xhtml2">
-  
   <xsl:import href="document-to-xhtml2.xsl"/>
-  
-  
   <xsl:template match="/howto | /document | /overview">
     <html xmlns="http://www.w3.org/2002/06/xhtml2" xml:lang="en"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -53,50 +50,56 @@
       </head>
       <body>
         <xsl:apply-templates select="header/abstract"/>
-        
         <xsl:apply-templates select="*[not(name()='header')]"/>
-
       </body>
     </html>
   </xsl:template>
-
   <xsl:template match="audience | extension | feedback | prerequisites | purpose | references | steps | tips">
     <section>
       <xsl:if test="./@id">
-        <xsl:attribute name="xml:id"><xsl:value-of select="@id"/></xsl:attribute>
+        <xsl:attribute name="xml:id">
+          <xsl:value-of select="@id"/>
+        </xsl:attribute>
       </xsl:if>
-      <xsl:attribute name="class"><xsl:value-of select="local-name()"/></xsl:attribute>
-       <h><xsl:value-of select="./@title"/></h>
+      <xsl:attribute name="class">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
+      <h>
+        <xsl:value-of select="./@title"/>
+      </h>
       <xsl:apply-templates/>
     </section>
   </xsl:template>
-  
   <xsl:template match="last-modified-content-date">
     <xsl:element name="meta">
       <xsl:attribute name="property">last-modified-content-date</xsl:attribute>
       <xsl:value-of select="./@date"/>
     </xsl:element>
   </xsl:template>
-  
   <xsl:template match="faqs | faq | faqsection | part">
     <section>
       <xsl:if test="./@id">
-        <xsl:attribute name="xml:id"><xsl:value-of select="@id"/></xsl:attribute>
+        <xsl:attribute name="xml:id">
+          <xsl:value-of select="@id"/>
+        </xsl:attribute>
       </xsl:if>
-      <xsl:attribute name="class"><xsl:value-of select="local-name()"/></xsl:attribute>
+      <xsl:attribute name="class">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
       <xsl:if test="./@title">
-        <h><xsl:value-of select="./@title"/></h>
+        <h>
+          <xsl:value-of select="./@title"/>
+        </h>
       </xsl:if>
       <xsl:apply-templates/>
     </section>
   </xsl:template>
-
   <xsl:template match="question | answer">
     <section>
-      <xsl:attribute name="class"><xsl:value-of select="local-name()"/></xsl:attribute>
+      <xsl:attribute name="class">
+        <xsl:value-of select="local-name()"/>
+      </xsl:attribute>
       <xsl:apply-templates/>
     </section>
   </xsl:template>
-  
 </xsl:stylesheet>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/index.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/index.xml Mon Apr  9 22:45:15 2007
@@ -16,30 +16,36 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Welcome to the org.apache.forrest.plugin.input.XDoc Plugin</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to the org.apache.forrest.plugin.input.XDoc Plugin</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Apache Forrest - org.apache.forrest.plugin.input.XDoc Plugin</title>
-      <p>Input plugin for XDoc</p>
+      <p>
+        Input plugin for XDoc
+      </p>
     </section>
-    
     <section id="samples">
       <title>Samples</title>
-      <p>This section includes links to a number of samples using this plugin. The
-      plugin is intended to be self documenting through these samples. If you 
-      require further help please ask on the user mailing list.</p>
-      
+      <p>
+        This section includes links to a number of samples using this plugin.
+        The plugin is intended to be self documenting through these samples. If
+        you require further help please ask on the user mailing list.
+      </p>
       <ul>
-        <li><fixme author="rdg">Add a link to a sample here...</fixme></li>
-        <li><fixme author="rdg">Add another sample link here...</fixme></li>
+        <li><fixme author="rdg">
+            Add a link to a sample here...
+          </fixme></li>
+        <li><fixme author="rdg">
+            Add another sample link here...
+          </fixme></li>
       </ul>
-      
-      <note>The more samples included here the easier it is for users to
-      understand this plugin. If you can provide additional samples please
-      do so.</note>
+      <note>
+        The more samples included here the easier it is for users to understand
+        this plugin. If you can provide additional samples please do so.
+      </note>
     </section>
   </body>
 </document>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/site.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/site.xml Mon Apr  9 22:45:15 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,24 +28,20 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="org.apache.forrest.plugin.input.XDoc" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.input.XDoc"/>
     <forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>
-
-  <!--
+<!--
   The href must be wholesite.html/pdf  You can change the labels and node names
   <all label="All">
     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
   </all>
   -->
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
@@ -56,5 +51,4 @@
       <plugins href="docs/plugins"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/content/xdocs/tabs.xml Mon Apr  9 22:45:15 2007
@@ -16,13 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
-
 <tabs software="MyProj"
   title="MyProj"
   copyright="Foo"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
@@ -32,12 +30,10 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-
   <tab id="plugins" label="Forrest Plugins" href="http://forrest.apache.org/pluginDocs" indexfile="index.html"/>
   <tab id="" label="Plugin Home" dir="" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/skinconf.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/skinconf.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/src/documentation/skinconf.xml Mon Apr  9 22:45:15 2007
@@ -15,16 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
 [
   <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
 ]>
-
 <skinconfig>
   &skinconf-common;
 
   <project-name>Plugin: XDoc input</project-name>
   <project-description>org.apache.forrest.plugin.input.XDoc plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/status.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.XDoc/status.xml Mon Apr  9 22:45:15 2007
@@ -16,34 +16,30 @@
   limitations under the License.
 -->
 <status>
-
   <developers>
-    <!-- Add new developers here -->
+<!-- Add new developers here -->
     <person name="Apache Forrest" email="dev@forrest.apache.org" id="open"/>
   </developers>
-
-  <!-- Define here the Title of the Context you want to display in the Changes pages.
+<!-- Define here the Title of the Context you want to display in the Changes pages.
        id = the context value of actions
        title = Title of the Context
-  -->  
+  -->
   <contexts>
-   <!-- Add new contexts here -->
-   <context id="code" title="Changes to the Code Base"/>
-   <context id="docs" title="Changes to Documentation"/>
-   <context id="admin" title="Changes to Project Administration"/>
-   <context id="design" title="Changes to Design"/>
-   <context id="build" title="Changes to Build"/>
-  </contexts> 
-
+<!-- Add new contexts here -->
+    <context id="code" title="Changes to the Code Base"/>
+    <context id="docs" title="Changes to Documentation"/>
+    <context id="admin" title="Changes to Project Administration"/>
+    <context id="design" title="Changes to Design"/>
+    <context id="build" title="Changes to Build"/>
+  </contexts>
   <changes>
-    <!-- Add new releases here -->
+<!-- Add new releases here -->
     <release version="0.1" date="unreleased">
       <action dev="TWW" type="add" context="admin">
         An initial cut at the XDoc plugin for the move to XHTML2.
       </action>
     </release>
   </changes>
-
   <todo>
     <actions priority="high">
       <action context="docs" dev="open">
@@ -57,5 +53,4 @@
       </action>
     </actions>
   </todo>
-
 </status>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/build.xml Mon Apr  9 22:45:15 2007
@@ -25,10 +25,8 @@
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
-
   <import file="../build.xml"/>
-
-  <!-- Add any additional installation work here in the build target, for example:
+<!-- Add any additional installation work here in the build target, for example:
   <target name="build"
           description="Extract the tools">
      <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
@@ -39,5 +37,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/input.xmap Mon Apr  9 22:45:15 2007
@@ -30,8 +30,6 @@
 
 $Revision: 1.1.1.1 $
 ==================================================== -->
-
-
 <map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
   <map:components>
     <map:actions>
@@ -41,36 +39,32 @@
         </sourcetype>
       </map:action>
     </map:actions>
-
     <map:selectors default="parameter">
       <map:selector logger="sitemap.selector.parameter" name="parameter" src="org.apache.cocoon.selection.ParameterSelector" />
     </map:selectors>
   </map:components>
-
   <map:resources>
     <map:resource name="transform-to-document">
       <map:act type="sourcetype" src="{src}">
         <map:select type="parameter">
           <map:parameter name="parameter-selector-test" value="{sourcetype}" />
-	  <map:when test="citations-v10">
-	    <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
-		  <map:transform src="{lm:citations.transform.reference.document}" />
-		  <map:serialize type="xml-document"/>
+          <map:when test="citations-v10">
+            <map:generate type="file" src="{lm:project.{../../1}.xml}"/>
+            <map:transform src="{lm:citations.transform.reference.document}" />
+            <map:serialize type="xml-document"/>
           </map:when>
         </map:select>
       </map:act>
     </map:resource>
   </map:resources>
-
   <map:pipelines>
     <map:pipeline internal="true">
-      <!-- Use the SourceType Action in preference -->
+<!-- Use the SourceType Action in preference -->
       <map:match pattern="**.xml">
         <map:call resource="transform-to-document">
-		<map:parameter name="src" value="{lm:project.{1}.xml}" />
+          <map:parameter name="src" value="{lm:project.{1}.xml}" />
         </map:call>
       </map:match>
     </map:pipeline>
-
   </map:pipelines>
 </map:sitemap>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/locationmap.xml Mon Apr  9 22:45:15 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <locationmap xmlns="http://apache.org/forrest/locationmap/1.0">
-
   <components>
     <matchers default="lm">
       <matcher 
@@ -24,19 +23,18 @@
         src="org.apache.forrest.locationmap.WildcardLocationMapHintMatcher"/>
     </matchers>
     <selectors default="exists">
-          <selector name="exists" logger="sitemap.selector.exists"  
+      <selector name="exists" logger="sitemap.selector.exists"  
                     src="org.apache.forrest.sourceexists.SourceExistsSelector" />
     </selectors>
   </components>
-  
-  <locator>    
+  <locator>
     <match pattern="citations.transform.*.*">
-        <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
-    </match>   
+      <location src="resources/stylesheets/{1}-to-{2}.xsl"/>
+    </match>
     <match pattern="resolvePluginContract.*.**">
       <select type="exists">
         <location src="{forrest:forrest.plugins}/org.apache.forrest.plugin.input.citations/resources/themes/{properties:theme}/{1}/{2}.fv" />
       </select>
-    </match>  
-</locator>
+    </match>
+  </locator>
 </locationmap>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/schema/catalog.xcat Mon Apr  9 22:45:15 2007
@@ -17,11 +17,9 @@
 -->
 <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
 "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">
-
 <!-- OASIS XML Catalog for Forrest Documents -->
 <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"
          prefer="public">
-
   <public publicId="-//Apache Forrest//DTD Citations V1.0//EN"
   uri="citations-v10.dtd"/>
   <public publicId="-//Apache Forrest//ENTITIES Citations V1.0//EN"

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/resources/stylesheets/reference-to-document.xsl Mon Apr  9 22:45:15 2007
@@ -15,27 +15,25 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <xsl:stylesheet
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     version="1.0">
-
   <xsl:import href="lm://transform.xml.copyover.helper"/>
-
   <xsl:template match="references">
-   <document>
-    <header>
-     <title>References</title>
-    </header>
-    <body>
-      <xsl:apply-templates select="part"/>
-    </body>
-   </document>  
+    <document>
+      <header>
+        <title>References</title>
+      </header>
+      <body>
+        <xsl:apply-templates select="part"/>
+      </body>
+    </document>
   </xsl:template>
-
   <xsl:template match="part">
     <section>
-      <xsl:attribute name="id"><xsl:value-of select="@id"/></xsl:attribute>
+      <xsl:attribute name="id">
+        <xsl:value-of select="@id"/>
+      </xsl:attribute>
       <title><xsl:value-of select="title"/></title>
       <table>
         <tr>
@@ -46,17 +44,17 @@
       </table>
     </section>
   </xsl:template>
-
   <xsl:template match="item">
     <xsl:variable name="id">
       <xsl:call-template name="generate-id"/>
     </xsl:variable>
     <tr id="{$id}">
       <td>[<xsl:value-of select="$id"/>]</td>
-      <td><xsl:apply-templates/></td>
+      <td>
+        <xsl:apply-templates/>
+      </td>
     </tr>
   </xsl:template>
-  
   <xsl:template name="generate-id">
     <xsl:choose>
       <xsl:when test="@id">
@@ -65,8 +63,6 @@
       <xsl:otherwise>
         <xsl:value-of select="concat(concat(local-name(.), '-'), generate-id(.))"/>
       </xsl:otherwise>
-  </xsl:choose>
+    </xsl:choose>
   </xsl:template>
-
-  
 </xsl:stylesheet>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/index.xml Mon Apr  9 22:45:15 2007
@@ -16,22 +16,24 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>Welcome to the org.apache.forrest.plugin.input.citations Plugin</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>Welcome to the org.apache.forrest.plugin.input.citations Plugin</title>
+  </header>
+  <body>
     <section id="overview">
       <title>Apache Forrest - org.apache.forrest.plugin.input.citations Plugin</title>
-      <p>Lists of Citations.</p>
+      <p>
+        Lists of Citations.
+      </p>
     </section>
-
     <section id="samples">
       <title>Samples</title>
-      <p>This section includes links to a number of samples using this plugin. The
-      plugin is intended to be self documenting through these samples. If you 
-      require further help please ask on the user mailing list.</p>
-
+      <p>
+        This section includes links to a number of samples using this plugin.
+        The plugin is intended to be self documenting through these samples. If
+        you require further help please ask on the user mailing list.
+      </p>
       <ul>
         <li><a href="site:samples/citations">Minimal example</a></li>
       </ul>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/references.xml Mon Apr  9 22:45:15 2007
@@ -17,7 +17,6 @@
 -->
 <!DOCTYPE references PUBLIC "-//Apache Forrest//DTD Citations V1.0//EN" "citations-v10.dtd">
 <references>
-  
   <part id="f">
     <title>F</title>
     <item id="FieldingSharedLeadership1999">
@@ -27,7 +26,6 @@
       R. T. Fielding. The Secrets to Apache's Success. Linux Magazine, 1(2), June 1999, pp. 29-71.
     </item>
   </part>
-  
   <part id="h">
     <title>H</title>
     <item id="HTTP-1.1-RFC-2616">
@@ -36,5 +34,4 @@
       <link href="http://www.ietf.org/rfc/rfc2616.txt">RFC 2616</link>, June 1999.
     </item>
   </part>
-  
 </references>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/site.xml Mon Apr  9 22:45:15 2007
@@ -15,7 +15,6 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!--
 Forrest site.xml
 
@@ -29,9 +28,7 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="org.apache.forrest.plugin.input.citations" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
-
   <about label="About">
     <index label="Index" href="index.html" description="Welcome to org.apache.forrest.plugin.input.citations"/>
     <forrestPlugins label="Plugins Index" href="site:forrest/plugins" description="Index of Forrest Plugins"/>
@@ -41,15 +38,13 @@
   <samples label="Samples">
     <citations label="Sample citations" href="references.html" description="Sample list of citations" />
   </samples>
-
-  <!--
+<!--
   The href must be wholesite.html/pdf  You can change the labels and node names
   <all label="All">
     <whole_site_html label="Whole Site HTML" href="wholesite.html"/>
     <whole_site_pdf label="Whole Site PDF" href="wholesite.pdf"/>
   </all>
   -->
-
   <external-refs>
     <forrest href="http://forrest.apache.org/">
       <linking href="docs/linking.html"/>
@@ -59,5 +54,4 @@
       <plugins href="docs/plugins"/>
     </forrest>
   </external-refs>
-
 </site>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/content/xdocs/tabs.xml Mon Apr  9 22:45:15 2007
@@ -16,13 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.1//EN" "http://forrest.apache.org/dtd/tab-cocoon-v11.dtd">
-
 <tabs software="MyProj"
   title="MyProj"
   copyright="Foo"
   xmlns:xlink="http://www.w3.org/1999/xlink">
-
-  <!-- The rules for tabs are:
+<!-- The rules for tabs are:
     @dir will always have '/@indexfile' added.
     @indexfile gets appended to @dir if the tab is selected. Defaults to 'index.html'
     @href is not modified unless it is root-relative and obviously specifies a
@@ -32,12 +30,10 @@
    Tabs can be embedded to a depth of two. The second level of tabs will only 
     be displayed when their parent tab is selected.    
   -->
-
   <tab id="plugins" label="Forrest Plugins" href="http://forrest.apache.org/pluginDocs" indexfile="index.html"/>
   <tab id="" label="Plugin Home" dir="" indexfile="index.html"/>
-  <!-- Add new tabs here, eg:
+<!-- Add new tabs here, eg:
   <tab label="How-Tos" dir="community/howto/"/>
   <tab label="XML Site" dir="xml-site/"/>
   -->
-
 </tabs>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/src/documentation/skinconf.xml Mon Apr  9 22:45:15 2007
@@ -15,16 +15,13 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.7-1//EN" "http://forrest.apache.org/dtd/skinconfig-v07-1.dtd"
 [
   <!ENTITY skinconf-common PUBLIC "-//Apache Forrest//ENTITIES Skin Configuration common plugins V0.7-1//EN" "">
 ]>
-
 <skinconfig>
   &skinconf-common;
 
   <project-name>Plugin: org.apache.forrest.plugin.input.citations</project-name>
   <project-description>org.apache.forrest.plugin.input.citations plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.citations/status.xml Mon Apr  9 22:45:15 2007
@@ -16,34 +16,30 @@
   limitations under the License.
 -->
 <status>
-
   <developers>
-    <!-- Add new developers here -->
+<!-- Add new developers here -->
     <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
-
-  <!-- Define here the Title of the Context you want to display in the Changes pages.
+<!-- Define here the Title of the Context you want to display in the Changes pages.
        id = the context value of actions
        title = Title of the Context
-  -->  
+  -->
   <contexts>
-   <!-- Add new contexts here -->
-   <context id="code" title="Changes to the Code Base"/>
-   <context id="docs" title="Changes to Documentation"/>
-   <context id="admin" title="Changes to Project Administration"/>
-   <context id="design" title="Changes to Design"/>
-   <context id="build" title="Changes to Build"/>
-  </contexts> 
-
+<!-- Add new contexts here -->
+    <context id="code" title="Changes to the Code Base"/>
+    <context id="docs" title="Changes to Documentation"/>
+    <context id="admin" title="Changes to Project Administration"/>
+    <context id="design" title="Changes to Design"/>
+    <context id="build" title="Changes to Build"/>
+  </contexts>
   <changes>
-    <!-- Add new releases here -->
+<!-- Add new releases here -->
     <release version="0.1" date="not-released">
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
     </release>
   </changes>
-
   <todo>
     <actions priority="high">
       <action context="docs" dev="open">
@@ -57,5 +53,4 @@
       </action>
     </actions>
   </todo>
-
 </status>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/build.xml Mon Apr  9 22:45:15 2007
@@ -25,10 +25,8 @@
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
-    
   <import file="../build.xml"/>
-
-  <!-- Add any additional installation work here in the build target, for example:
+<!-- Add any additional installation work here in the build target, for example:
   <target name="build"
           description="Extract the tools">
      <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
@@ -39,5 +37,3 @@
   </target>
   -->
 </project>
-  
-  

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.doap/doap.xml Mon Apr  9 22:45:15 2007
@@ -47,5 +47,3 @@
     </doap:repository>
   </doap:Project>
 </rdf:RDF>
-
-