The request is made by sending a tag with parameters in the attributes. The result is placed into the resulting tag with some attributes modified. In general, the request tag can be written "'''<{cmd} path="/TreePath" user="user">{text}</{cmd}>'''", where:
The request is made by sending a tag with parameters in the attributes. The result is placed into the resulting tag with some attributes modified. In general, the request tag can be written "'''<{cmd} path="/TreePath" user="user">{text}</{cmd}>'''", where:
* ''cmd'' — request command;
* ''cmd'' — request command;
−
* ''path'' — path to the node;
+
* ''path'' — path to the node, absent for informational ones;
* ''user'' — user of the program on behalf of which the request is sent, usually sets automatically;
* ''user'' — user of the program on behalf of which the request is sent, usually sets automatically;
* ''text'' — text or result of the command.
* ''text'' — text or result of the command.
Revision as of 11:21, 7 January 2023
The request is made by sending a tag with parameters in the attributes. The result is placed into the resulting tag with some attributes modified. In general, the request tag can be written "<{cmd} path="/TreePath" user="user">{text}</{cmd}>", where:
cmd — request command;
path — path to the node, absent for informational ones;
user — user of the program on behalf of which the request is sent, usually sets automatically;