[xsd-users] xsd tree - Error while integrating hxx into c++ file.

Boris Kolpackov boris at codesynthesis.com
Tue Dec 6 08:45:54 EST 2011


Hi Sampada,

Sampada Patil <sampada.patil1 at gmail.com> writes:

> But I tried the same by adding this option while compiling - it gives me an
> error message --reserved-name: error: '--reserved-name': unable to open in
> read mode.

Make sure that you place the --reserved-name options before the schema
file. In other words, instead of:

xsd cxx-tree file.xsd --reserved-name BS=BS_value

Write:

xsd cxx-tree --reserved-name BS=BS_value file.xsd

Boris



More information about the xsd-users mailing list