Replaces a resource with the specified input.
Replace(session, path, input)
A list with two items
info Aditional info
success A boolean, indicating if the command was completed successfull
BasexClient instance-ID
Path where to store the data
Replacement
The input can be a UTF-8 encoded XML document, a binary resource, or any other data (such as JSON or CSV) that can be successfully converted to a resource by the server. This method returns self invisibly, thus making it possible to chain together multiple method calls.
if (FALSE) {
Replace(Session, "test", "Create test")
}
Run the code above in your browser using DataLab