It's my understanding that this type of activity isn't supported by Xalan - you
need to either convert the types yourself or use some third party tools like
RogueWave, XMLSpy or the like.
-Original Message-
From: Arunkumar Halebid [mailto:[EMAIL PROTECTED]
Sent: 12 January 2005 09:17
To
Hello,
With a problem to map xml data type to c/c++ data type, I started schema
parsing.
- During schema parsing(DOM api's), I encounter something like below:
- is there a way/api to get corresponding C/C++ data type ? Here the
'string' type for name to become say 'char*' ?
- what abou