Précédent Remonter Suivant


WFS - suppresion
<wfs:Transaction service="WFS" version="1.0.0"
  xmlns:cdf="http://www.opengis.net/cite/data"
  xmlns:ogc="http://www.opengis.net/ogc"
  xmlns:wfs="http://www.opengis.net/wfs">
  xmlns:topp="http://www.openplans.org/topp">
  <wfs:Delete typeName="topp:bc_roads">
    <ogc:Filter>
      <ogc:PropertyIsEqualTo>
        <ogc:PropertyName>topp:BTRN_BC_ID</ogc:PropertyName>
        <ogc:Literal>12947</ogc:Literal>
      </ogc:PropertyIsEqualTo>
    </ogc:Filter>
  </wfs:Delete>
</wfs:Transaction>

- 39 -

  Alain Bouju


Précédent Remonter Suivant