@@ -50,25 +50,25 @@ positive <integer>. If the function encounters an error while parsing
5050the data, it returns an error message beginning with "xmlrpcerr".
5151
5252Description:
53- Use the <revXMLRPC_CreateRequest> <function> to create an <XML-RPC
54- document> that you can use with other <XML-RPC library>
53+ Use the <revXMLRPC_CreateRequest> <function> to create an
54+ <XML-RPC document> that you can use with other <XML-RPC library>
5555<command|commands> and <function|functions>. <XML-RPC> is a
5656remote procedure call (RPC) protocol which uses XML to encode its
5757calls via a <HTTP> transport mechanism.
5858
59- If the <host > is empty, the <revXMLRPC_CreateRequest> <function>
59+ If the <RPChost > is empty, the <revXMLRPC_CreateRequest> <function>
6060defaults the request host to be the computer running the application,
6161also known as "localhost"
6262
63- If the <port > is empty, the <revXMLRPC_CreateRequest> <function>
63+ If the <RPCport > is empty, the <revXMLRPC_CreateRequest> <function>
6464defaults the request port to 80, which is the default port for <HTTP>
6565connections.
6666
67- If the <path > is empty, the <revXMLRPC_CreateRequest> <function>
67+ If the <filePath > is empty, the <revXMLRPC_CreateRequest> <function>
6868defaults the request path to "RPC2", which is the standard path for
6969<XML-RPC> server resources.
7070
71- If the <protocol > is empty, the <revXMLRPC_CreateRequest> <function>
71+ If the <connProtocol > is empty, the <revXMLRPC_CreateRequest> <function>
7272defaults the request protocol to <HTTP> connections.
7373
7474If the <revXMLRPC_CreateRequest> <function> encounters an error, it
0 commit comments