xmlrpc::create_context (private)

 xmlrpc::create_context context value

Defined in packages/xml-rpc/tcl/xml-rpc-procs.tcl

Return the value wrapped in appropriate context tags. If context is a list of items, then the result will be wrapped in multiple tags. Example:

    xmlrpc::create_context {param value} 78
    returns ==> "<param><value>78</value></param>"
    

Parameters:
context - context to create
value - character data
Returns:
string with value wrapped in context tags

Partial Call Graph (max 5 caller/called nodes):
%3 xmlrpc::construct xmlrpc::construct (private) xmlrpc::create_context xmlrpc::create_context xmlrpc::construct->xmlrpc::create_context

Testcases:
No testcase defined.
[ show source ]
Show another procedure: