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 "'''<{req} path="/TreePath" user="user">{text}</{req}>'''", where:
−
* ''cmd'' — request command;
+
* ''req'' — request;
* ''path'' — path to the node, absent for informational ones;
* ''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 request.
Revision as of 17:41, 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 "<{req} path="/TreePath" user="user">{text}</{req}>", where:
req — request;
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;