|
List Info
Thread: Tool to help fill in structures from XML
|
|
| Tool to help fill in structures from
XML |

|
2007-01-23 11:51:56 |
|
Does anybody know of a good tool which takes the drudgery out of reading
XML into structures?
Specifically, what I'd like would be a tool that allows me to describe an
XML grammar (e.g. via RelaxNG) and a structure layout, and then generate
tables or code that would read an XML file and store the incoming elements
into objects in C++.
e.g. given
struct some_struct
{
int a;
int b:4;
enum {larry,moe,curly} stooge;
};
parse
4
and give me a filled-in some_struct object. Obviously, there would have to
be some other file which mapped the XML entities into the structure (and
vis-versa) - ideally some XML file which, when chewed upon by the proper
tool, would spit out C++ code and a RelaxNG schema.
Does anybody know of such a tool?
_______________________________________________
xml mailing list, project page http://xmlsoft.org/
xml gnome.org
http://mail.gnome.org/mailman/listinfo/xml
|
[1]
|
|
|
about | contact Other archives ( Real Estate discussion Medical topics )
|