<?xml version="1.0" encoding="utf-8" ?>

<!--
/*
 * examples/full/datasource/demo.xml
 * 
 * This file is part of EditableGrid.
 * http://editablegrid.net
 *
 * Copyright (c) 2011 Webismymind SPRL
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://editablegrid.net/license
 */
-->

<!-- The XML data below have been generated by PHP script "demo.xml.php" (and slightly manually modified to insert some comments). -->
<!-- This file is provided only to let people that don't have a PHP-enabled web server easily accessible test the EditableGrid examples. -->

<table>

  <metadata>

 <column name='water_quality_limited_segment_name' label='Water Quality Limited Segment Name' datatype='string' editable='false'></column>
 <column name='pollutant' label='Pollutant' datatype='string' editable='false'></column>

  </metadata>
 <data>
		  <row id="1">
		 <column><![CDATA[Channel Islands Harbor
		    ]]></column>
		 <column><![CDATA[Lead (sediment)
		   Zinc (sediment)]]></column>
	   </row>
		  <row id="2">
		 <column><![CDATA[Channel Islands Harbor Beach]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="3">
		 <column><![CDATA[Hobie Beach (Channel Islands Harbor)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="4">
		 <column><![CDATA[McGrath Beach]]></column>
		 <column><![CDATA[Coliform Bacteria]]></column>
	   </row>
		  <row id="5">
		 <column><![CDATA[McGrath Lake 
		    ]]></column>
		 <column><![CDATA[Chlordane (sediment)
		   DDT (sediment)
		   Dieldrin (sediment)
		   Fecal Coliform
		   PCBs 
		   Sediment Toxicity]]></column>
	   </row>
		  <row id="6">
		 <column><![CDATA[Ormond Beach (3 segments: J St; Oxnard Drain; Arnold Rd)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="7">
		 <column><![CDATA[Peninsula Beach (Area affected is beach area north of South Jetty)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="8">
		 <column><![CDATA[Port Hueneme Harbor (Back Basins)
		    ]]></column>
		 <column><![CDATA[DDT (tissue)
		   PCBs ]]></column>
	   </row>
		  <row id="9">
		 <column><![CDATA[Port Hueneme Pier]]></column>
		 <column><![CDATA[PCBs ]]></column>
	   </row>
		  <row id="10">
		 <column><![CDATA[Rincon Beach (Area affected is 50 and 150 yards south of mouth of Rincon Creek, and at the end of the footpath)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="11">
		 <column><![CDATA[San Buenaventura Beach (4 segments/drains: Kalorama; San Jon Rd; Dover Ln; Weymouth)]]></column>
		 <column><![CDATA[Indicator bacteria]]></column>
	   </row>
		  <row id="12">
		 <column><![CDATA[Ventura Harbor: Ventura Keys]]></column>
		 <column><![CDATA[Coliform Bacteria]]></column>
	   </row>
		  <row id="13">
		 <column><![CDATA[Ventura Marina Jetties
		    ]]></column>
		 <column><![CDATA[DDT
		   PCBs ]]></column>
	   </row>
	   </data>
	 </table>