A format for creating WFS v1.0.0 transactions. Create a new instance with the OpenLayers.Format.WFST.v1_0_0 constructor.
| OpenLayers. | A format for creating WFS v1.0.0 transactions. | 
| Properties | |
| srsNameInQuery | {Boolean} If true the reference system is passed in Query requests via the “srsName” attribute to the “wfs:Query” element, this property defaults to false as it isn’t WFS 1.0.0 compliant. | 
| Constructor | |
| OpenLayers. | A class for parsing and generating WFS v1.0.0 transactions. | 
A class for parsing and generating WFS v1.0.0 transactions.
| options | {Object} Optional object whose properties will be set on the instance. | 
| featureType | {String} Local (without prefix) feature typeName (required). | 
| featureNS | {String} Feature namespace (optional). | 
| featurePrefix | {String} Feature namespace alias (optional - only used if featureNS is provided). Default is ‘feature’. | 
| geometryName | {String} Name of geometry attribute. Default is ‘the_geom’. |