How to convert c++ classes into xsd format
XML / XSL
1
Posts
1
Posters
0
Views
1
Watching
-
I want to use objectARX interface to read AutoCAD file and then convert the data record into xml file. Before it, I should define the various classes for the data record, i.e. line, block, etc. So I need at first convert the c++ classes to xsd format. Has anybody experience about it? Is there any adaptor which is made for it? Thank you in advance.