Edit XML data

{% if action == "get" %} {% set result = pluginObject._get(xpath, callerToken) %} {% elif action == "add" %} {% set result = pluginObject._post(xpath, newData, callerToken, save=save) %} {% elif action == "replace" %} {% set result = pluginObject._replace(xpath, oldData, newData, callerToken, save=save) %} {% else %} {% set result = {'message' : 'Unknown action="%s"' % action} %} {% endif %}

View or edit existing item

{% if result.message %}

Warning: {{result.message}}

{% endif %}
{% if returnTo %} {% endif %}


{% if returnTo %} {% endif %} Path:

{% if returnTo %} Return to {{returnTo}}.
{% endif %} Return to main editData page
Return to Igor homepage