[xsd-users] Re: Problem during compilation of generated files

Boris Kolpackov boris at codesynthesis.com
Sun Oct 16 11:20:40 EDT 2005


Pradipta,

De, Pradipta <pde at seic.com> writes:

> It is now working great with the latest set of files you have given. We
> are using compiler version 5.6, will let you know how things progress.

Nice to know things are working for you.


> Why did you choose to go with struct for parser as against a class for
> tree? Where there any specific design considerations?

When the code was hand-crafted during the prototyping stage, I used

struct foo: bar
{

instead of

class foo: public bar
{
public:

because it is shorter. I guess it doesn't matter much in the generated
code.


> Please let know when you release a version for Solaris.

Will do.

hth,
-boris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 652 bytes
Desc: Digital signature
Url : http://codesynthesis.com/pipermail/xsd-users/attachments/20051016/1c4f482b/attachment.pgp


More information about the xsd-users mailing list