K
Ken
Hi.
We have an in-house tool that takes data structure input from various
languanges and can then convert it to a message in TCP or some other
variety of protocols. I'm thinking that if we could automatically get
these data structures into a generic XML format, our tool will just
have to worry about converting XML into a message--instead of having
to write a message generator that is aware of many different
languages. Based on this, I have two questions:
1- Does anyone know of any tools out there that could convert a data
structure from C++, Ada or IDL to an XML file (a seperate tool for
each language would be fine)?
2- Would anyone recommend a C++ library for parsing XML streams (our
tool is written in C++)?
Thanks!
Ken
We have an in-house tool that takes data structure input from various
languanges and can then convert it to a message in TCP or some other
variety of protocols. I'm thinking that if we could automatically get
these data structures into a generic XML format, our tool will just
have to worry about converting XML into a message--instead of having
to write a message generator that is aware of many different
languages. Based on this, I have two questions:
1- Does anyone know of any tools out there that could convert a data
structure from C++, Ada or IDL to an XML file (a seperate tool for
each language would be fine)?
2- Would anyone recommend a C++ library for parsing XML streams (our
tool is written in C++)?
Thanks!
Ken