[xsd-users] #define problem.

Balasubramanyam, Shivakumar sbalasub at qualcomm.com
Thu Mar 20 20:40:57 EDT 2008


I am using 3.0 version

-----Original Message-----
From: xsd-users-bounces at codesynthesis.com
[mailto:xsd-users-bounces at codesynthesis.com] On Behalf Of
Balasubramanyam, Shivakumar
Sent: Thursday, March 20, 2008 5:32 PM
To: xsd-users at codesynthesis.com
Subject: [xsd-users] #define problem.

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