xml.coercions.structToFrontierValue
| Syntax |
xml.coercions.structToFrontierValue (adrstruct, adrFrontierVal)
|
| Params |
adrstruct is the address of a compiled XML table structure, usually created by xml.compile. adrFrontierValue is the address where the resulting Frontier object should be stored.
|
| Action |
Translates a compiled XML table structure to a Frontier object, assuming the XML conforms to the XML-RPC spec.
|
| Returns |
True.
|
| Notes |
This verb is used by the Betty XML-RPC framework. It's called from betty.rpc.client and betty.rpc.server. The XML-RPC spec can be found at http://www.xmlrpc.com/spec
|
| See Also |
xml.compile xml.coercions.frontierValueToTaggedText
|