![]() |
Relayer XMLControlThe Relayer XML control is the XML version of the Relayer STEPCtrl. It provides an interface to 'documents' that have been encoded using the XML (Extensible Markup Language) 1.0 standard. The entire interface is provided via a single object: NODE. The use of this one object allows XML documents to be created, edited, and searched. The XML Control can be used anywhere a COM or PLSQL object can be used. It is particularly useful for preparing and processing Relayer messages when the messages have been encoded as XML. Resolution uses XML as the standard format for interchanging data between systems. Any system that wishes to share data simply has to write out its data in an XML format. If one application wants to access another application's data then it will have to be able to read the XML structure. Resolution's XML reader allows any application to access information in an XML file or message as if it were a database.
An example fragment of an XML formatted message is as follows:
The following statements show examples of the key operators for parsing messages: Parse Message: Dim Document as new xmlctrl.Node Find Movement Name: Dim MovementName as String Find Number of Criteria Values: Dim NCriteria as Integer The Number of Criteria can then be used to loop through the message extracting the data.
|
|||
|
|
| Copyright 2003, Resolution Integration Solutions, Inc. Web Design & Development by |
||