<?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>Avalon Beach (Area affected is between Pier and BB restaurant (2/3), between Pier and BB restaurant (1/3), between storm drain and Pier (1/3). and between BB restaurant and the Tuna Club)</column>
<column>Indicator bacteria</column>
  </row>
  
</data>
  </table>