[xsd-users] #define problem.

Balasubramanyam, Shivakumar sbalasub at qualcomm.com
Thu Mar 20 20:32:25 EDT 2008


Hi,

 

I am generating the code for ABC.xsd which translates to macros like,

 

#ifndef ABC_H

#define ABC_H

#endif

 

The target namespace actually is types:ABC. How do you make XSD to
generate like,

 

#ifndef types_ABC_H

#define types_ABC_H

#endif 

 

The problem is I have ABC.h elsewhere that is conflicting with this.

 

 

Thanks,

Shiva

 




More information about the xsd-users mailing list