xml code generator
Article Writing
1
Posts
1
Posters
6
Views
1
Watching
-
i'm looking for a code generator that does the following: either software or a product that will take a c struct definition, and generate a method with two parameters. One parameter is an stl stream and the other is a ref to the struct. the method would then dump the the instance of the struct into an the stream in xml format. the element names for the xml tags would be the corresponding name of the element in the c struct. do you know of anything out there or a way i can use pre-existing tools to do the job?