Hi,

i will receive IDL files for using SII on a CORBA server.
Nevertheless i wanna be some kind of generic using an XML file to define some 
[CommandCatalogue], which references serving Objects and their methods in some 
[CommandCatalogue/Commands/Command/Interface] . The (concrete) implemented 
CORBA clients register themselves and their methods to a command mgr. so that 
one can verify, if the configuration is valid and which 
[CommandCatalogue/Commands/Command] to invoke later and how.
For the data IF i use a section [CommandCatalogue/Commands/Command/Data], which 
contains nested [IN] and [OUT], which in turn contain the CORBA object method's 
in & out data in an XML-serialized way (holding variables to expand by process).
What i would like to have now is some kind of tool function, which allows me to 
initialize/populate the IDL (C++) IN data instance via a XML root node 
reference to the corresponding node in the XML tree of my [CommandCatalogue].
Is there available s.th. like this?
Or do i have to parse the XML structure myself and to pick up and insert the 
nested data elements into the (C++) IN data object instance myself? (i feel too 
lazy for that :-)
Or is that subject to DII?

- Many thanks in advance!

Best regards!

Frank

_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066

_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel

Reply via email to