You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

[

  {

    "action": "ADD",

    "xpath": "/bookstore/categories/[@code=3]",

    "target": {

      "code": 3,

      "name": "kidz"

    }

  },

  {

    "action": "DELETE",

    "xpath": "/bookstore/categories/[@code=1]",

    "source": {

      "code": 1,

      "name": "Fiction"

    }

  },

  {

    "action": "UPDATE",

    "xpath": "/bookstore/categories/[@code=2]",

    "source": {

      "name": "Funny"

    },

    "target": {

      "name": "Comic"

    }

  }

]


  • No labels