[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
C struct to XML schema converter
- From: Dave Guerrieri <Dave_Guerrieri@jepplg.com>
- To: xml-dev@lists.xml.org
- Date: Tue, 03 Jul 2001 14:13:16 -0700
In the xml-dev archive a couple years back, a question was asked if there was a
converter that would take a set of C header files and output an XML schema. I
would think this would be a fairly cool tool for people wishing to bring legacy
C-code into the new world of web services.
Rational Rose's "reverse engineering" of C++ seemed like it might work, but it
had trouble with the "typedef struct ..." C syntax. It also will only create
DTD's which can then be converted to a schema, which is fairly limiting.
Dave