Edit XML data

View or edit existing item

You can enter any XPath expression, but it must evaluate to exactly one element in the database.

{% if returnTo %} {% endif %}

Add new item

Your XPath expression must end in an element, and that element name must be the same as for your toplevel element.

{% if returnTo %} {% endif %}


{% if returnTo %} Return to {{returnTo}}.
{% endif %} Return to Igor homepage