Convert xsd file to C structure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • greg.lucky@gmail.com

    Convert xsd file to C structure

    Hello!
    I have a question for you. I would like to convert a XSD file to a C
    structure (.h file)
    Do you know if some tools already exist? Because I don't want to code
    a convertor :p.
    I know that xsd.exe can convert xsd file to C# class, but I need a C
    structure.

    In advance Thank you for your answers.


    bye
  • santosh

    #2
    Re: Convert xsd file to C structure

    greg.lucky@gmai l.com wrote:
    Hello!
    I have a question for you. I would like to convert a XSD file to a C
    structure (.h file)
    Do you know if some tools already exist? Because I don't want to code
    a convertor :p.
    I know that xsd.exe can convert xsd file to C# class, but I need a C
    structure.
    >
    In advance Thank you for your answers.
    Perhaps this one?

    <http://www.marben-products.com/xsdtools/XSDforC.html>

    Comment

    • greg.lucky@gmail.com

      #3
      Re: Convert xsd file to C structure

      Great thank you it seems that it is what I looking for :)
      Do you have an idea if it exist the same kind of tool in Open Source?

      Comment

      Working...