Changes between Initial Version and Version 1 of HowToDoCSWTransactionOperations


Ignore:
Timestamp:
Oct 20, 2009, 9:36:54 AM (15 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToDoCSWTransactionOperations

    v1 v1  
     1== How-to do CSW transaction operation using different languages ? ==
     2
     3This how-to describes how to connect to a GeoNetwork node using the CSW protocol and perfoms transaction operations (eg. Insert/Update/Delete).
     4
     5=== Javascript ===
     6
     7https://geonetwork.svn.sourceforge.net/svnroot/geonetwork/trunk/web/geonetwork/scripts/test-csw.js
     8loginAndRun method.
     9
     10=== Python ===
     11  * TODO