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 [12/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.Databas...

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/barchart1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/barchart1.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/barchart1.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/barchart1.xml Mon Apr  9 22:45:15 2007
@@ -16,67 +16,61 @@
   limitations under the License.
 -->
 <!-- add the type to the root element, so the program can decide which interpreter to call to interpret the rest of the sheet
-	It will of course also influence the renderer that is called. --> 
+	It will of course also influence the renderer that is called. -->
 <chartstyle type="barchart">
-	<bars>
-		<!-- The first bar is for the first dataset in the graph
+  <bars>
+<!-- The first bar is for the first dataset in the graph
 			The second bar for the second one
 			etc. (you get the picture ;) ) -->
-		<bar>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB - FIXME: is it possible to define colors in RGB format in SVG? -->
-				<stroke>
+    <bar>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB - FIXME: is it possible to define colors in RGB format in SVG? -->
+        <stroke>
 					FF9966
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					2
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</bar>
-		
-		<bar>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB - FIXME: is it possible to define colors in RGB format in SVG? -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </bar>
+    <bar>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB - FIXME: is it possible to define colors in RGB format in SVG? -->
+        <stroke>
 					FFCC66
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					2
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</bar>		
-	</bars>
+<!-- etc -->
+        </style>
+      </region>
+    </bar>
+  </bars>
 </chartstyle>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data1.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data1.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data1.xml Mon Apr  9 22:45:15 2007
@@ -15,47 +15,76 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- The data --> 
+<!-- The data -->
 <data>
-	<!-- v is value (datapoint) -->
-	<v>
-		<!-- y is y-value
+<!-- v is value (datapoint) -->
+  <v>
+<!-- y is y-value
 			 x is x-value. 
 			 If one of these is not specified, some default value can be calculated.
 			 If, for example, not one x value is specified for the whole dataset, 
 			 they will be placed on regular intervals.
 			 x-values are necessary for defining scatterplots, for example.
 			 z-values might also be possible -->
-		<y>80</y>
-		<!-- c stands for "content". This can be used for defining tooltips, for example -->
-		<c>(1990,North) = 80</c>
-		<!-- l stands for "link". Format of the link should be investigated further (I suspect
+    <y>80</y>
+<!-- c stands for "content". This can be used for defining tooltips, for example -->
+    <c>(1990,North) = 80</c>
+<!-- l stands for "link". Format of the link should be investigated further (I suspect
 			this format is too much html-oriented) -->
-		<l>/1990/North</l>
-	</v>
-	<v>
-		<y>77.6</y>
-		<!-- Emphasize:
+    <l>/1990/North</l>
+  </v>
+  <v>
+    <y>77.6</y>
+<!-- Emphasize:
 			if it's a pie chart, let this piece jump out.
 			Other charts could provide other emphasizing mechanisms,
 			maybe even dependent on the "style" sheet
 		-->
-		<emphasize />
-	</v>
-	<v><y>75.7</y></v>
-	<v><y>76.6</y></v>
-	<v><y>76.6</y></v>
-	<v><y>75.6</y></v>
-	<v><y>75.6</y></v>
-	<v><y>75.6</y></v>
-	<v><y>74.6</y></v>
-	<v><y>490.6</y></v>
-	<v><y>74.6</y></v>
-	<v><y>73.6</y></v>
-	<v><y>73.6</y></v>
-	<v><y>73.6</y></v>
-	<v><y>73.6</y></v>
-	<v><y>72.6</y></v>
-	<v><y>72.6</y></v>
+    <emphasize />
+  </v>
+  <v>
+    <y>75.7</y>
+  </v>
+  <v>
+    <y>76.6</y>
+  </v>
+  <v>
+    <y>76.6</y>
+  </v>
+  <v>
+    <y>75.6</y>
+  </v>
+  <v>
+    <y>75.6</y>
+  </v>
+  <v>
+    <y>75.6</y>
+  </v>
+  <v>
+    <y>74.6</y>
+  </v>
+  <v>
+    <y>490.6</y>
+  </v>
+  <v>
+    <y>74.6</y>
+  </v>
+  <v>
+    <y>73.6</y>
+  </v>
+  <v>
+    <y>73.6</y>
+  </v>
+  <v>
+    <y>73.6</y>
+  </v>
+  <v>
+    <y>73.6</y>
+  </v>
+  <v>
+    <y>72.6</y>
+  </v>
+  <v>
+    <y>72.6</y>
+  </v>
 </data>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data2.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data2.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data2.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data2.xml Mon Apr  9 22:45:15 2007
@@ -15,47 +15,76 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- The data --> 
+<!-- The data -->
 <data>
-	<!-- v is value (datapoint) -->
-	<v>
-		<!-- y is y-value
+<!-- v is value (datapoint) -->
+  <v>
+<!-- y is y-value
 			 x is x-value. 
 			 If one of these is not specified, some default value can be calculated.
 			 If, for example, not one x value is specified for the whole dataset, 
 			 they will be placed on regular intervals.
 			 x-values are necessary for defining scatterplots, for example.
 			 z-values might also be possible -->
-		<y>40</y>
-		<!-- c stands for "content". This can be used for defining tooltips, for example -->
-		<c>(1990,North) = 80</c>
-		<!-- l stands for "link". Format of the link should be investigated further (I suspect
+    <y>40</y>
+<!-- c stands for "content". This can be used for defining tooltips, for example -->
+    <c>(1990,North) = 80</c>
+<!-- l stands for "link". Format of the link should be investigated further (I suspect
 			this format is too much html-oriented) -->
-		<l>/1990/North</l>
-	</v>
-	<v>
-		<y>38.3</y>
-		<!-- Emphasize:
+    <l>/1990/North</l>
+  </v>
+  <v>
+    <y>38.3</y>
+<!-- Emphasize:
 			if it's a pie chart, let this piece jump out.
 			Other charts could provide other emphasizing mechanisms,
 			maybe even dependent on the "style" sheet
 		-->
-		<emphasize />
-	</v>
-	<v><y>40.7</y></v>
-	<v><y>150.2</y></v>
-	<v><y>174.6</y></v>
-	<v><y>33.6</y></v>
-	<v><y>54.6</y></v>
-	<v><y>54.6</y></v>
-	<v><y>117.6</y></v>
-	<v><y>177.6</y></v>
-	<v><y>176.6</y></v>
-	<v><y>8.6</y></v>
-	<v><y>30.6</y></v>
-	<v><y>0.6</y></v>
-	<v><y>13.6</y></v>
-	<v><y>34.6</y></v>
-	<v><y>72.6</y></v>
+    <emphasize />
+  </v>
+  <v>
+    <y>40.7</y>
+  </v>
+  <v>
+    <y>150.2</y>
+  </v>
+  <v>
+    <y>174.6</y>
+  </v>
+  <v>
+    <y>33.6</y>
+  </v>
+  <v>
+    <y>54.6</y>
+  </v>
+  <v>
+    <y>54.6</y>
+  </v>
+  <v>
+    <y>117.6</y>
+  </v>
+  <v>
+    <y>177.6</y>
+  </v>
+  <v>
+    <y>176.6</y>
+  </v>
+  <v>
+    <y>8.6</y>
+  </v>
+  <v>
+    <y>30.6</y>
+  </v>
+  <v>
+    <y>0.6</y>
+  </v>
+  <v>
+    <y>13.6</y>
+  </v>
+  <v>
+    <y>34.6</y>
+  </v>
+  <v>
+    <y>72.6</y>
+  </v>
 </data>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data3.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data3.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data3.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/data3.xml Mon Apr  9 22:45:15 2007
@@ -15,35 +15,37 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 -->
-<!-- The data --> 
+<!-- The data -->
 <data>
-	<!-- v is value (datapoint) -->
-	<v>
-		<!-- y is y-value
+<!-- v is value (datapoint) -->
+  <v>
+<!-- y is y-value
 			 x is x-value. 
 			 If one of these is not specified, some default value can be calculated.
 			 If, for example, not one x value is specified for the whole dataset, 
 			 they will be placed on regular intervals.
 			 x-values are necessary for defining scatterplots, for example.
 			 z-values might also be possible -->
-		<y>80</y>
-		<!-- c stands for "content". This can be used for defining tooltips, for example -->
-		<c>(1990,North) = 80</c>
-		<!-- l stands for "link". Format of the link should be investigated further (I suspect
+    <y>80</y>
+<!-- c stands for "content". This can be used for defining tooltips, for example -->
+    <c>(1990,North) = 80</c>
+<!-- l stands for "link". Format of the link should be investigated further (I suspect
 			this format is too much html-oriented) -->
-		<l>/1990/North</l>
-	</v>
-	<v>
-		<y>77.6</y>
-		<!-- Emphasize:
+    <l>/1990/North</l>
+  </v>
+  <v>
+    <y>77.6</y>
+<!-- Emphasize:
 			if it's a pie chart, let this piece jump out.
 			Other charts could provide other emphasizing mechanisms,
 			maybe even dependent on the "style" sheet
 		-->
-		<emphasize />
-	</v>
-
-	<v><y>490.6</y></v>
-	<v><y>7.6</y></v>
+    <emphasize />
+  </v>
+  <v>
+    <y>490.6</y>
+  </v>
+  <v>
+    <y>7.6</y>
+  </v>
 </data>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph1.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph1.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph1.xml Mon Apr  9 22:45:15 2007
@@ -17,123 +17,116 @@
 -->
 <jchart country="EN" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude"
   width="800" height="500">
-    <ggroup>
-		<gset width="800" height="500">
-			<title>
+  <ggroup>
+    <gset width="800" height="500">
+      <title>
 				Wings graph1
 			</title>
-		
-			<axes>
-				<x-axis>
-					<name>
+      <axes>
+        <x-axis>
+          <name>
 						Year
 					</name>
-					<labels>
-						<explicit>
-							<n>1990</n>
-							<n>winter1</n>
-							<n>spring1</n>
-							<n>summer1</n>
-							<n>autumn1</n>
-							<n>1991</n>
-							<n>winter2</n>
-							<n>spring2</n>
-							<n>summer2</n>
-							<n>autumn2</n>
-							<n>1992</n>
-							<n>winter3</n>
-							<n>spring3</n>
-							<n>summer3</n>
-							<n>autumn3</n>
-							<n>1993</n>
-							<n>winter4</n>
-						</explicit>
-						<!-- Defaults: if no label is specified at a given point, use the default label.
+          <labels>
+            <explicit>
+              <n>1990</n>
+              <n>winter1</n>
+              <n>spring1</n>
+              <n>summer1</n>
+              <n>autumn1</n>
+              <n>1991</n>
+              <n>winter2</n>
+              <n>spring2</n>
+              <n>summer2</n>
+              <n>autumn2</n>
+              <n>1992</n>
+              <n>winter3</n>
+              <n>spring3</n>
+              <n>summer3</n>
+              <n>autumn3</n>
+              <n>1993</n>
+              <n>winter4</n>
+            </explicit>
+<!-- Defaults: if no label is specified at a given point, use the default label.
 							 In fact, you can consider this as follows:
 								- draw the default labels
 								- draw the specified labels, overwriting the default one if necessary
 						-->
-						<default>
-							<min>
+            <default>
+              <min>
 								1990
 							</min>
-							<max>
+              <max>
 								1993
 							</max>
-							<interval>
-								<!-- provide a label every 5 datapoints -->
+              <interval>
+<!-- provide a label every 5 datapoints -->
 								5
 							</interval>
-						</default>						
-					</labels>
-				</x-axis>
-				<y-axis>
-					<name>
+            </default>
+          </labels>
+        </x-axis>
+        <y-axis>
+          <name>
 						Income
 					</name>
-					<labels>
-						<default>
-							<min>
+          <labels>
+            <default>
+              <min>
 								70
 							</min>
-							<max>
+              <max>
 								120
 							</max>
-							<interval>
+              <interval>
 								10
 							</interval>
-						</default>
-					</labels>
-					<position>
+            </default>
+          </labels>
+          <position>
 						left
 					</position>
-				</y-axis>
-			</axes>
-		
-			<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
+        </y-axis>
+      </axes>
+<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
 				possible among others -->
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet.
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet.
 						Format of the url is yet to be specified. -->
-					<xi:include href="linechart1.xml"/>
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<xi:include href="data1.xml"/>
-					</data>
-					<!-- A name for the legend -->
-					<name>
+          <xi:include href="linechart1.xml"/>
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+            <xi:include href="data1.xml"/>
+          </data>
+<!-- A name for the legend -->
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-				<dataset>
-					<data>
-						<xi:include href="data2.xml"/>
-					</data>
-					<name>
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+        <dataset>
+          <data>
+            <xi:include href="data2.xml"/>
+          </data>
+          <name>
 						South
 					</name>
-				</dataset>
-			</graph>
-			
-			<!-- The legend. FIXME: work this out -->
-			<legend>
-				<position>
+        </dataset>
+      </graph>
+<!-- The legend. FIXME: work this out -->
+      <legend>
+        <position>
 					south
 				</position>
-			</legend>
-			
-		</gset>
-	</ggroup>
-
-
+      </legend>
+    </gset>
+  </ggroup>
 </jchart>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph2.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph2.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph2.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph2.xml Mon Apr  9 22:45:15 2007
@@ -16,138 +16,131 @@
   limitations under the License.
 -->
 <jchart country="EN" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
-	<ggroup>
-		<gset width="350" height="200">
-			<title>
+  <ggroup>
+    <gset width="350" height="200">
+      <title>
 				Wings graph2
 			</title>
-		
-			<axes>
-				<x-axis>
-					<name>
+      <axes>
+        <x-axis>
+          <name>
 						Year
 					</name>
-					<labels>
-						<explicit>
-							<n>1990</n>
-							<n>winter1</n>
-							<n>spring1</n>
-							<n>summer1</n>
-							<n>autumn1</n>
-							<n>1991</n>
-							<n>winter2</n>
-							<n>spring2</n>
-							<n>summer2</n>
-							<n>autumn2</n>
-							<n>1992</n>
-							<n>winter3</n>
-							<n>spring3</n>
-							<n>summer3</n>
-							<n>autumn3</n>
-							<n>1993</n>
-							<n>winter4</n>
-						</explicit>
-						<!-- Defaults: if no label is specified at a given point, use the default label.
+          <labels>
+            <explicit>
+              <n>1990</n>
+              <n>winter1</n>
+              <n>spring1</n>
+              <n>summer1</n>
+              <n>autumn1</n>
+              <n>1991</n>
+              <n>winter2</n>
+              <n>spring2</n>
+              <n>summer2</n>
+              <n>autumn2</n>
+              <n>1992</n>
+              <n>winter3</n>
+              <n>spring3</n>
+              <n>summer3</n>
+              <n>autumn3</n>
+              <n>1993</n>
+              <n>winter4</n>
+            </explicit>
+<!-- Defaults: if no label is specified at a given point, use the default label.
 							 In fact, you can consider this as follows:
 								- draw the default labels
 								- draw the specified labels, overwriting the default one if necessary
 						-->
-						<default>
-							<min>
+            <default>
+              <min>
 								1990
 							</min>
-							<max>
+              <max>
 								1993
 							</max>
-							<interval>
-								<!-- provide a label every 5 datapoints -->
+              <interval>
+<!-- provide a label every 5 datapoints -->
 								5
 							</interval>
-						</default>						
-					</labels>
-				</x-axis>
-				<y-axis>
-					<name>
+            </default>
+          </labels>
+        </x-axis>
+        <y-axis>
+          <name>
 						Income
 					</name>
-					<labels>
-						<default>
-							<min>
+          <labels>
+            <default>
+              <min>
 								70
 							</min>
-							<max>
+              <max>
 								120
 							</max>
-							<interval>
+              <interval>
 								10
 							</interval>
-						</default>
-					</labels>
-					<position>
+            </default>
+          </labels>
+          <position>
 						left
 					</position>
-				</y-axis>
-			</axes>
-		
-			<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
+        </y-axis>
+      </axes>
+<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
 				possible among others -->
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet.
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet.
 						Format of the url is yet to be specified. -->
-					<!-- 
+<!-- 
 					<config>
 						barchart1.xml
 					</config>
 					-->
-					<xi:include href="barchart1.xml"/>
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<!-- 
+          <xi:include href="barchart1.xml"/>
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+<!-- 
 						<location>
 							data1.xml
 						</location>
 						-->
-					  <xi:include href="data1.xml"/>
-					</data>
-					<!-- A name for the legend -->
-					<name>
+            <xi:include href="data1.xml"/>
+          </data>
+<!-- A name for the legend -->
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-				<dataset>
-					<data>
-					    <!-- 
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+        <dataset>
+          <data>
+<!-- 
 						<location>
 							data2.xml
 						</location>
 						-->
-					    <xi:include href="data2.xml"/>
-					</data>
-					<name>
+            <xi:include href="data2.xml"/>
+          </data>
+          <name>
 						South
 					</name>
-				</dataset>
-			</graph>
-			
-			<!-- The legend. FIXME: work this out -->
-			<legend>
-				<position>
+        </dataset>
+      </graph>
+<!-- The legend. FIXME: work this out -->
+      <legend>
+        <position>
 					south
 				</position>
-			</legend>
-			
-		</gset>
-	</ggroup>
-
-
+      </legend>
+    </gset>
+  </ggroup>
 </jchart>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph3.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph3.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph3.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph3.xml Mon Apr  9 22:45:15 2007
@@ -16,181 +16,173 @@
   limitations under the License.
 -->
 <jchart country="EN" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
-	<ggroup>
-		<gset width="700" height="400">
-			<title>
+  <ggroup>
+    <gset width="700" height="400">
+      <title>
 				Wings graph3
 			</title>
-		
-			<axes>
-				<x-axis>
-					<name>
+      <axes>
+        <x-axis>
+          <name>
 						Year
 					</name>
-					<labels>
-						<explicit>
-							<n>1990</n>
-							<n>winter1</n>
-							<n>spring1</n>
-							<n>summer1</n>
-							<n>autumn1</n>
-							<n>1991</n>
-							<n>winter2</n>
-							<n>spring2</n>
-							<n>summer2</n>
-							<n>autumn2</n>
-							<n>1992</n>
-							<n>winter3</n>
-							<n>spring3</n>
-							<n>summer3</n>
-							<n>autumn3</n>
-							<n>1993</n>
-							<n>winter4</n>
-						</explicit>
-						<!-- Defaults: if no label is specified at a given point, use the default label.
+          <labels>
+            <explicit>
+              <n>1990</n>
+              <n>winter1</n>
+              <n>spring1</n>
+              <n>summer1</n>
+              <n>autumn1</n>
+              <n>1991</n>
+              <n>winter2</n>
+              <n>spring2</n>
+              <n>summer2</n>
+              <n>autumn2</n>
+              <n>1992</n>
+              <n>winter3</n>
+              <n>spring3</n>
+              <n>summer3</n>
+              <n>autumn3</n>
+              <n>1993</n>
+              <n>winter4</n>
+            </explicit>
+<!-- Defaults: if no label is specified at a given point, use the default label.
 							 In fact, you can consider this as follows:
 								- draw the default labels
 								- draw the specified labels, overwriting the default one if necessary
 						-->
-						<default>
-							<min>
+            <default>
+              <min>
 								1990
 							</min>
-							<max>
+              <max>
 								1993
 							</max>
-							<interval>
-								<!-- provide a label every 5 datapoints -->
+              <interval>
+<!-- provide a label every 5 datapoints -->
 								5
 							</interval>
-						</default>						
-					</labels>
-				</x-axis>
-				<y-axis>
-					<name>
+            </default>
+          </labels>
+        </x-axis>
+        <y-axis>
+          <name>
 						Income
 					</name>
-					<labels>
-						<default>
-							<min>
+          <labels>
+            <default>
+              <min>
 								70
 							</min>
-							<max>
+              <max>
 								120
 							</max>
-							<interval>
+              <interval>
 								10
 							</interval>
-						</default>
-					</labels>
-					<position>
+            </default>
+          </labels>
+          <position>
 						left
 					</position>
-				</y-axis>
-			</axes>
-		
-			<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
+        </y-axis>
+      </axes>
+<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
 				possible among others -->
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet. -->
-				    <xi:include href="barchart1.xml"/>	
-					<!-- DEPRECATED: it is also possible, in some environments,
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet. -->
+          <xi:include href="barchart1.xml"/>
+<!-- DEPRECATED: it is also possible, in some environments,
 					     to include the style file by defining the config elements
 					     and a filename
 					 <config>
 						barchart1.xml
 					</config>-->
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<!--  DEPRECATED: it is also possible, in some environments,
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+<!--  DEPRECATED: it is also possible, in some environments,
 					     to include the data file by defining the location elements
 					     and a filename
 					     <location>
 							data1.xml
 						</location>-->
-					    <xi:include href="data1.xml"/>
-					</data>
-					<!-- A name for the legend -->
-					<name>
+            <xi:include href="data1.xml"/>
+          </data>
+<!-- A name for the legend -->
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-				<dataset>
-					<data>
-						<!--  DEPRECATED: it is also possible, in some environments,
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+        <dataset>
+          <data>
+<!--  DEPRECATED: it is also possible, in some environments,
 					     to include the data file by defining the location elements
 					     and a filename
 					     <location>
 							data2.xml
 						</location>-->
-					    <xi:include href="data2.xml"/>
-					</data>
-					<name>
+            <xi:include href="data2.xml"/>
+          </data>
+          <name>
 						South
 					</name>
-				</dataset>
-			</graph>
-
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet.
+        </dataset>
+      </graph>
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet.
 						Format of the url is yet to be specified. -->
-					<!-- <config>
+<!-- <config>
 						linechart1.xml
 					</config>-->
-					<xi:include href="linechart1.xml"/>
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<!-- <location>
+          <xi:include href="linechart1.xml"/>
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+<!-- <location>
 							data1.xml
 						</location>-->
-					    <xi:include href="data1.xml"/>
-					</data>data>
+            <xi:include href="data1.xml"/>
+          </data>data>
 					<!-- A name for the legend -->
-					<name>
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-				<dataset>
-					<data>
-						<!-- <location>
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+        <dataset>
+          <data>
+<!-- <location>
 							data2.xml
 						</location>-->
-					    <xi:include href="data2.xml"/>
-					</data>
-					<name>
+            <xi:include href="data2.xml"/>
+          </data>
+          <name>
 						South
 					</name>
-				</dataset>
-			</graph>
-			
-			<!-- The legend. FIXME: work this out -->
-			<legend>
-				<position>
+        </dataset>
+      </graph>
+<!-- The legend. FIXME: work this out -->
+      <legend>
+        <position>
 					south
 				</position>
-			</legend>
-			
-		</gset>
-	</ggroup>
-
-
+      </legend>
+    </gset>
+  </ggroup>
 </jchart>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph4.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph4.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph4.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph4.xml Mon Apr  9 22:45:15 2007
@@ -16,121 +16,114 @@
   limitations under the License.
 -->
 <jchart country="EN" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
-	<ggroup>
-		<gset width="800" height="500">
-			<title>
+  <ggroup>
+    <gset width="800" height="500">
+      <title>
 				Wings graph4
 			</title>
-		
-			<axes>
-				<x-axis>
-					<name>
+      <axes>
+        <x-axis>
+          <name>
 						Year
 					</name>
-					<labels>
-						<explicit>
-							<n>1990</n>
-							<n>winter1</n>
-							<n>spring1</n>
-							<n>summer1</n>
-							<n>autumn1</n>
-							<n>1991</n>
-							<n>winter2</n>
-							<n>spring2</n>
-							<n>summer2</n>
-							<n>autumn2</n>
-							<n>1992</n>
-							<n>winter3</n>
-							<n>spring3</n>
-							<n>summer3</n>
-							<n>autumn3</n>
-							<n>1993</n>
-							<n>winter4</n>
-						</explicit>
-						<!-- Defaults: if no label is specified at a given point, use the default label.
+          <labels>
+            <explicit>
+              <n>1990</n>
+              <n>winter1</n>
+              <n>spring1</n>
+              <n>summer1</n>
+              <n>autumn1</n>
+              <n>1991</n>
+              <n>winter2</n>
+              <n>spring2</n>
+              <n>summer2</n>
+              <n>autumn2</n>
+              <n>1992</n>
+              <n>winter3</n>
+              <n>spring3</n>
+              <n>summer3</n>
+              <n>autumn3</n>
+              <n>1993</n>
+              <n>winter4</n>
+            </explicit>
+<!-- Defaults: if no label is specified at a given point, use the default label.
 							 In fact, you can consider this as follows:
 								- draw the default labels
 								- draw the specified labels, overwriting the default one if necessary
 						-->
-						<default>
-							<min>
+            <default>
+              <min>
 								1990
 							</min>
-							<max>
+              <max>
 								1993
 							</max>
-							<interval>
-								<!-- provide a label every 5 datapoints -->
+              <interval>
+<!-- provide a label every 5 datapoints -->
 								5
 							</interval>
-						</default>						
-					</labels>
-				</x-axis>
-				<y-axis>
-					<name>
+            </default>
+          </labels>
+        </x-axis>
+        <y-axis>
+          <name>
 						Income
 					</name>
-					<labels>
-						<default>
-							<min>
+          <labels>
+            <default>
+              <min>
 								70
 							</min>
-							<max>
+              <max>
 								120
 							</max>
-							<interval>
+              <interval>
 								10
 							</interval>
-						</default>
-					</labels>
-					<position>
+            </default>
+          </labels>
+          <position>
 						left
 					</position>
-				</y-axis>
-			</axes>
-		
-			<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
+        </y-axis>
+      </axes>
+<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
 				possible among others -->
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet.
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet.
 						Format of the url is yet to be specified. -->
-					<!-- <config>
+<!-- <config>
 						piechart1.xml
 					</config>-->
-					<xi:include href="piechart1.xml"/>
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<!-- <location>
+          <xi:include href="piechart1.xml"/>
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+<!-- <location>
 							data3.xml
 						</location>-->
-					    <xi:include href="data3.xml"/>
-					</data>
-					<!-- A name for the legend -->
-					<name>
+            <xi:include href="data3.xml"/>
+          </data>
+<!-- A name for the legend -->
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-			</graph>
-			
-			<!-- The legend. FIXME: work this out -->
-			<legend>
-				<position>
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+      </graph>
+<!-- The legend. FIXME: work this out -->
+      <legend>
+        <position>
 					south
 				</position>
-			</legend>
-			
-		</gset>
-	</ggroup>
-
-
+      </legend>
+    </gset>
+  </ggroup>
 </jchart>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph5.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph5.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph5.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph5.xml Mon Apr  9 22:45:15 2007
@@ -16,132 +16,125 @@
   limitations under the License.
 -->
 <jchart country="EN" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
-	<ggroup>
-		<gset width="800" height="500">
-			<title>
+  <ggroup>
+    <gset width="800" height="500">
+      <title>
 				Wings graph5
 			</title>
-		
-			<axes>
-				<x-axis>
-					<name>
+      <axes>
+        <x-axis>
+          <name>
 						Year
 					</name>
-					<labels>
-						<explicit>
-							<n>1990</n>
-							<n>winter1</n>
-							<n>spring1</n>
-							<n>summer1</n>
-							<n>autumn1</n>
-							<n>1991</n>
-							<n>winter2</n>
-							<n>spring2</n>
-							<n>summer2</n>
-							<n>autumn2</n>
-							<n>1992</n>
-							<n>winter3</n>
-							<n>spring3</n>
-							<n>summer3</n>
-							<n>autumn3</n>
-							<n>1993</n>
-							<n>winter4</n>
-						</explicit>
-						<!-- Defaults: if no label is specified at a given point, use the default label.
+          <labels>
+            <explicit>
+              <n>1990</n>
+              <n>winter1</n>
+              <n>spring1</n>
+              <n>summer1</n>
+              <n>autumn1</n>
+              <n>1991</n>
+              <n>winter2</n>
+              <n>spring2</n>
+              <n>summer2</n>
+              <n>autumn2</n>
+              <n>1992</n>
+              <n>winter3</n>
+              <n>spring3</n>
+              <n>summer3</n>
+              <n>autumn3</n>
+              <n>1993</n>
+              <n>winter4</n>
+            </explicit>
+<!-- Defaults: if no label is specified at a given point, use the default label.
 							 In fact, you can consider this as follows:
 								- draw the default labels
 								- draw the specified labels, overwriting the default one if necessary
 						-->
-						<default>
-							<min>
+            <default>
+              <min>
 								1990
 							</min>
-							<max>
+              <max>
 								1993
 							</max>
-							<interval>
-								<!-- provide a label every 5 datapoints -->
+              <interval>
+<!-- provide a label every 5 datapoints -->
 								5
 							</interval>
-						</default>						
-					</labels>
-				</x-axis>
-				<y-axis>
-					<name>
+            </default>
+          </labels>
+        </x-axis>
+        <y-axis>
+          <name>
 						Income
 					</name>
-					<labels>
-						<default>
-							<min>
+          <labels>
+            <default>
+              <min>
 								70
 							</min>
-							<max>
+              <max>
 								120
 							</max>
-							<interval>
+              <interval>
 								10
 							</interval>
-						</default>
-					</labels>
-					<position>
+            </default>
+          </labels>
+          <position>
 						left
 					</position>
-				</y-axis>
-			</axes>
-		
-			<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
+        </y-axis>
+      </axes>
+<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
 				possible among others -->
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet.
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet.
 						Format of the url is yet to be specified. -->
-					<!-- <config>
+<!-- <config>
 						areachart1.xml
 					</config>-->
-					<xi:include href="areachart1.xml"/>
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<!-- <location>
+          <xi:include href="areachart1.xml"/>
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+<!-- <location>
 							data1.xml
 						</location>-->
-						<xi:include href="data1.xml"/>
-					</data>
-					<!-- A name for the legend -->
-					<name>
+            <xi:include href="data1.xml"/>
+          </data>
+<!-- A name for the legend -->
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-				<dataset>
-					<data>
-						<!-- <location>
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+        <dataset>
+          <data>
+<!-- <location>
 							data2.xml
 						</location>-->
-						<xi:include href="data2.xml"/>
-					</data>
-					<name>
+            <xi:include href="data2.xml"/>
+          </data>
+          <name>
 						South
 					</name>
-				</dataset>
-			</graph>
-			
-			<!-- The legend. FIXME: work this out -->
-			<legend>
-				<position>
+        </dataset>
+      </graph>
+<!-- The legend. FIXME: work this out -->
+      <legend>
+        <position>
 					south
 				</position>
-			</legend>
-			
-		</gset>
-	</ggroup>
-
-
+      </legend>
+    </gset>
+  </ggroup>
 </jchart>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph6.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph6.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph6.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/graph6.xml Mon Apr  9 22:45:15 2007
@@ -16,132 +16,125 @@
   limitations under the License.
 -->
 <jchart country="EN" lang="en" xmlns:xi="http://www.w3.org/2001/XInclude">
-	<ggroup>
-		<gset width="800" height="500">
-			<title>
+  <ggroup>
+    <gset width="800" height="500">
+      <title>
 				Wings graph6
 			</title>
-		
-			<axes>
-				<x-axis>
-					<name>
+      <axes>
+        <x-axis>
+          <name>
 						Year
 					</name>
-					<labels>
-						<explicit>
-							<n>1990</n>
-							<n>winter1</n>
-							<n>spring1</n>
-							<n>summer1</n>
-							<n>autumn1</n>
-							<n>1991</n>
-							<n>winter2</n>
-							<n>spring2</n>
-							<n>summer2</n>
-							<n>autumn2</n>
-							<n>1992</n>
-							<n>winter3</n>
-							<n>spring3</n>
-							<n>summer3</n>
-							<n>autumn3</n>
-							<n>1993</n>
-							<n>winter4</n>
-						</explicit>
-						<!-- Defaults: if no label is specified at a given point, use the default label.
+          <labels>
+            <explicit>
+              <n>1990</n>
+              <n>winter1</n>
+              <n>spring1</n>
+              <n>summer1</n>
+              <n>autumn1</n>
+              <n>1991</n>
+              <n>winter2</n>
+              <n>spring2</n>
+              <n>summer2</n>
+              <n>autumn2</n>
+              <n>1992</n>
+              <n>winter3</n>
+              <n>spring3</n>
+              <n>summer3</n>
+              <n>autumn3</n>
+              <n>1993</n>
+              <n>winter4</n>
+            </explicit>
+<!-- Defaults: if no label is specified at a given point, use the default label.
 							 In fact, you can consider this as follows:
 								- draw the default labels
 								- draw the specified labels, overwriting the default one if necessary
 						-->
-						<default>
-							<min>
+            <default>
+              <min>
 								1990
 							</min>
-							<max>
+              <max>
 								1993
 							</max>
-							<interval>
-								<!-- provide a label every 5 datapoints -->
+              <interval>
+<!-- provide a label every 5 datapoints -->
 								5
 							</interval>
-						</default>						
-					</labels>
-				</x-axis>
-				<y-axis>
-					<name>
+            </default>
+          </labels>
+        </x-axis>
+        <y-axis>
+          <name>
 						Income
 					</name>
-					<labels>
-						<default>
-							<min>
+          <labels>
+            <default>
+              <min>
 								70
 							</min>
-							<max>
+              <max>
 								120
 							</max>
-							<interval>
+              <interval>
 								10
 							</interval>
-						</default>
-					</labels>
-					<position>
+            </default>
+          </labels>
+          <position>
 						left
 					</position>
-				</y-axis>
-			</axes>
-		
-			<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
+        </y-axis>
+      </axes>
+<!-- combine is the way the datasets are placed together. I imagine "compare", "add" will be
 				possible among others -->
-			<graph combine="compare">
-				<style>
-					<!-- Use the specified "style" sheet.
+      <graph combine="compare">
+        <style>
+<!-- Use the specified "style" sheet.
 						Format of the url is yet to be specified. -->
-					<!-- <config>
+<!-- <config>
 						radarchart1.xml
 					</config>-->
-					<xi:include href="radarchart1.xml"/>
-				</style>
-				<dataset>
-					<data>
-						<!-- the location of the data. -->
-						<!--  <location>
+          <xi:include href="radarchart1.xml"/>
+        </style>
+        <dataset>
+          <data>
+<!-- the location of the data. -->
+<!--  <location>
 							data1.xml
 						</location> -->
-						<xi:include href="data1.xml"/>
-					</data>
-					<!-- A name for the legend -->
-					<name>
+            <xi:include href="data1.xml"/>
+          </data>
+<!-- A name for the legend -->
+          <name>
 						North
 					</name>
-					<!-- We can remap the axes. Handy for those nifty 3d-graphs 
-						This example just gives the defaults. --> 
-					<axes>
-						<x-axis>x</x-axis>
-						<y-axis>y</y-axis>
-					</axes>
-				</dataset>
-				<dataset>
-					<data>
-						<!-- <location>
+<!-- We can remap the axes. Handy for those nifty 3d-graphs 
+						This example just gives the defaults. -->
+          <axes>
+            <x-axis>x</x-axis>
+            <y-axis>y</y-axis>
+          </axes>
+        </dataset>
+        <dataset>
+          <data>
+<!-- <location>
 							data2.xml
 						</location>-->
-						<xi:include href="data2.xml"/>
-					</data>
-					<name>
+            <xi:include href="data2.xml"/>
+          </data>
+          <name>
 						South
 					</name>
-				</dataset>
-			</graph>
-			
-			<!-- The legend. FIXME: work this out -->
-			<legend>
-				<position>
+        </dataset>
+      </graph>
+<!-- The legend. FIXME: work this out -->
+      <legend>
+        <position>
 					south
 				</position>
-			</legend>
-			
-		</gset>
-	</ggroup>
-
-
+      </legend>
+    </gset>
+  </ggroup>
 </jchart>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/index.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/index.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/index.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/index.xml Mon Apr  9 22:45:15 2007
@@ -16,11 +16,11 @@
   limitations under the License.
 -->
 <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
-<document> 
-  <header> 
-    <title>org.apache.forrest.plugin.output.Chart Examples</title> 
-  </header> 
-  <body> 
+<document>
+  <header>
+    <title>org.apache.forrest.plugin.output.Chart Examples</title>
+  </header>
+  <body>
     <section>
       <title>Example Charts</title>
       <section>
@@ -37,8 +37,10 @@
       </section>
       <section>
         <title>Graph 4</title>
-        <fixme author="rdg">Produces IndexOutOfBoundsException</fixme>
-        <!--<figure src="/do/draw_chart/samples/graph4.png" alt="Example graph 4"/>-->
+        <fixme author="rdg">
+          Produces IndexOutOfBoundsException
+        </fixme>
+<!--<figure src="/do/draw_chart/samples/graph4.png" alt="Example graph 4"/>-->
       </section>
       <section>
         <title>Graph 5</title>
@@ -50,4 +52,4 @@
       </section>
     </section>
   </body>
-</document>
\ No newline at end of file
+</document>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/linechart1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/linechart1.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/linechart1.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/linechart1.xml Mon Apr  9 22:45:15 2007
@@ -16,109 +16,101 @@
   limitations under the License.
 -->
 <!-- add the type to the root element, so the program can decide which interpreter to call to interpret the rest of the sheet
-	It will of course also influence the renderer that is called. --> 
+	It will of course also influence the renderer that is called. -->
 <chartstyle type="linechart">
-	<lines>
-		<!-- The first line is for the first dataset in the graph
+  <lines>
+<!-- The first line is for the first dataset in the graph
 			The second line for the second one
 			etc. (you get the picture ;) ) -->
-		<line>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+    <line>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					CC6666
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					1
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint -->
-					<shape name="rectangle">
-						<width>10</width>
-						<height>5</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint -->
+          <shape name="rectangle">
+            <width>10</width>
+            <height>5</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</line>
-		
-		<line>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </line>
+    <line>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					CCCC66
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</line>		
-	</lines>
+<!-- etc -->
+        </style>
+      </region>
+    </line>
+  </lines>
 </chartstyle>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/piechart1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/piechart1.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/piechart1.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/piechart1.xml Mon Apr  9 22:45:15 2007
@@ -16,208 +16,193 @@
   limitations under the License.
 -->
 <!-- add the type to the root element, so the program can decide which interpreter to call to interpret the rest of the sheet
-	It will of course also influence the renderer that is called. --> 
+	It will of course also influence the renderer that is called. -->
 <chartstyle type="piechart2d">
-	<pies>
-		<!-- The first line is for the first dataset in the graph
+  <pies>
+<!-- The first line is for the first dataset in the graph
 			The second line for the second one
 			etc. (you get the picture ;) ) -->
-		<pie>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+    <pie>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					CC6666
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					1
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint -->
-					<shape name="rectangle">
-						<width>10</width>
-						<height>5</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint -->
+          <shape name="rectangle">
+            <width>10</width>
+            <height>5</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</pie>
-		
-		<pie>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </pie>
+    <pie>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					CCCC66
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</pie>		
-		<pie>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </pie>
+    <pie>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					FF9966
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</pie>		
-		<pie>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </pie>
+    <pie>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					FFCC66
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</pie>		
-
-	</pies>
+<!-- etc -->
+        </style>
+      </region>
+    </pie>
+  </pies>
 </chartstyle>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/radarchart1.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/radarchart1.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/radarchart1.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/samples/radarchart1.xml Mon Apr  9 22:45:15 2007
@@ -16,208 +16,193 @@
   limitations under the License.
 -->
 <!-- add the type to the root element, so the program can decide which interpreter to call to interpret the rest of the sheet
-	It will of course also influence the renderer that is called. --> 
+	It will of course also influence the renderer that is called. -->
 <chartstyle type="radarchart">
-	<radars>
-		<!-- The first line is for the first dataset in the graph
+  <radars>
+<!-- The first line is for the first dataset in the graph
 			The second line for the second one
 			etc. (you get the picture ;) ) -->
-		<radar>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+    <radar>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					CC6666
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					1
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint -->
-					<shape name="rectangle">
-						<width>10</width>
-						<height>5</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint -->
+          <shape name="rectangle">
+            <width>10</width>
+            <height>5</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</radar>
-		
-		<radar>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </radar>
+    <radar>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					CCCC66
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</radar>		
-		<radar>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </radar>
+    <radar>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					FF9966
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</radar>		
-		<radar>
-			<!-- The style chapter - These elements are like the SVG style attributes. -->
-			<style>
-				<!-- The color (in RGB) -->
-				<stroke>
+<!-- etc -->
+        </style>
+      </region>
+    </radar>
+    <radar>
+<!-- The style chapter - These elements are like the SVG style attributes. -->
+      <style>
+<!-- The color (in RGB) -->
+        <stroke>
 					FFCC66
 				</stroke>
-				<stroke-width>
+        <stroke-width>
 					0.5
 				</stroke-width>
-				<!-- etc ... all stroke-* of the SVG spec can be used here -->
-				
-			</style>
-			
-			<!-- attributes for a datapoint -->
-			<point>
-				<normal>
-					<!-- shape of the datapoint: An svg shape definition
+<!-- etc ... all stroke-* of the SVG spec can be used here -->
+      </style>
+<!-- attributes for a datapoint -->
+      <point>
+        <normal>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the actual datapoint on the
 						 chart. -->
-					<shape name="ellipse">
-						<width>5</width>
-						<height>10</height>
-					</shape>
-				</normal>
-				<!-- Which attributes to use for emphasized points --> 
-				<emphasized>
-					<!-- shape of the datapoint: An svg shape definition
+          <shape name="ellipse">
+            <width>5</width>
+            <height>10</height>
+          </shape>
+        </normal>
+<!-- Which attributes to use for emphasized points -->
+        <emphasized>
+<!-- shape of the datapoint: An svg shape definition
 						The (0,0) point of this coordinate system will be translated to the datapoint of the
 						 chart. -->
-					<shape>
-						<circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
-					</shape>
-				</emphasized>
-			</point>
-			<region>
-				<!-- Define the fill of the region - see also the "style" element for line -->
-				<style>
-					<fill>
+          <shape>
+            <circle style="fill:red;stroke:red;" cx="0" cy="0" r="1"/>
+          </shape>
+        </emphasized>
+      </point>
+      <region>
+<!-- Define the fill of the region - see also the "style" element for line -->
+        <style>
+          <fill>
 						white
 					</fill>
-					<fillrule>
+          <fillrule>
 						nonzero
 					</fillrule>
-					<!-- etc -->
-					
-				</style>
-			</region>
-		</radar>		
-
-	</radars>
+<!-- etc -->
+        </style>
+      </region>
+    </radar>
+  </radars>
 </chartstyle>
-

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/site.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/site.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/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,31 +28,25 @@
 
 See http://forrest.apache.org/docs/linking.html for more info
 -->
-
 <site label="org.apache.forrest.plugin.output.Chart" 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.output.Chart"/>
     <changes label="Changes" href="changes.html" description="History of Changes" />
     <todo label="Todo" href="todo.html" description="Todo List" />
   </about>
-  
   <sample label="Samples" href="samples/" tab="samples">
     <index label="Index" href="index.html"/>
   </sample>
-  
   <documentation label="Documentation" href="documentation/" tab="docs">
     <index label="Index" href="index.html"/>
   </documentation>
-
-  <!--
+<!--
   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"/>
@@ -64,5 +57,4 @@
     <cocoon href="http://cocoon.apache.org/"/>
     <xml.apache.org href="http://xml.apache.org/"/>
   </external-refs>
-
 </site>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/tabs.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/tabs.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/tabs.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/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,13 +30,11 @@
    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="" label="Home" dir="" indexfile="index.html"/>
   <tab id="samples" label="Samples" dir="samples/"/>
   <tab id="docs" label="Documentation" dir="documentation/"/>
-  <!-- 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.output.Chart/src/documentation/skinconf.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/skinconf.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/skinconf.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/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: Chart output</project-name>
   <project-description>org.apache.forrest.plugin.output.Chart plugin for Apache Forrest</project-description>
-
 </skinconfig>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/status.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/status.xml Mon Apr  9 22:45:15 2007
@@ -16,36 +16,32 @@
   limitations under the License.
 -->
 <status>
-
   <developers>
     <person name="Ross Gardler"      email="rgardler@apache.org"      id="RDG" />
-    <!-- Add more people here -->
+<!-- Add more people here -->
   </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>
-   <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> 
-
+    <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">
-      <!-- Some action types have associated images. By default, images are
+<!-- Some action types have associated images. By default, images are
       defined for 'add', 'fix', 'remove', 'update' and 'hack'. If you add
       src/documentation/resources/images/<foo>.jpg images, these will
       automatically be used for entries of type <foo>. -->
-
       <action dev="RDG" type="add" context="admin">
         Initial plugin code.
       </action>
-      <!-- Sample action:
+<!-- Sample action:
       <action dev="JB" type="fix" due-to="Joe Contributor"
           due-to-email="joec@apache.org" fixes-bug="123">
           Fixed a bug in the Foo class.
@@ -53,7 +49,6 @@
         -->
     </release>
   </changes>
-
   <todo>
     <actions priority="high">
       <action context="docs" dev="RDG">
@@ -68,7 +63,7 @@
         <code>src/documentation/content/xdocs</code>.
       </action>
     </actions>
-    <!-- Add todo items. @context is an arbitrary string. Eg:
+<!-- Add todo items. @context is an arbitrary string. Eg:
     <actions priority="high">
       <action context="code" dev="SN">
       </action>
@@ -79,5 +74,4 @@
     </actions>
     -->
   </todo>
-
 </status>

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml?view=diff&rev=527038&r1=527037&r2=527038
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/build.xml Mon Apr  9 22:45:15 2007
@@ -16,7 +16,6 @@
   limitations under the License.
 -->
 <project default="docs" basedir="." name="Forrest plugin build file">
-
   <property name="plugin-name" value="org.apache.forrest.plugin.output.htmlArea"/>
   <property name="forrest.version" value="0.7"/>
   <property name="type" value="output"/>
@@ -26,17 +25,13 @@
   <property name="websiteURL" value="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.htmlArea/"/>
   <property name="downloadURL" value="http://forrest.apache.org/plugins/"/>
   <property name="publish" value="true"/>
-    
   <import file="../build.xml"/>
-  
   <target name="build"
           description="Extract the htmlArea distribtion">
-     <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
-       <fileset dir="tools">
-          <include name="htmlArea_3.0-rc1.zip"/>
-        </fileset>
-     </unzip>   
+    <unzip dest="${plugins.localDeploy-dir}/${plugin-name}/resources">
+      <fileset dir="tools">
+        <include name="htmlArea_3.0-rc1.zip"/>
+      </fileset>
+    </unzip>
   </target>
 </project>
-  
-