OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

C struct to XML schema converter





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