[xsd-users] Problem to transform XML to C++

Boris Kolpackov boris at codesynthesis.com
Tue Sep 3 07:00:52 EDT 2013


Hi Patti,

Patti DuPont <patti at nebland.com> writes:

> I have a number of xsd files that have inter-dependencies between them.
>
> [...]
>
> When I'm compiling my c++ program though, I'm getting errors that items
> aren't yet declared that are declared in other xsd files.

Looks like you have schemas with circular dependencies that cannot be
mapped to C++ in the file-per-schema mode. In such cases you can use
the file-per-type mode. See this release announcement for details:

http://www.codesynthesis.com/~boris/blog/2008/02/13/codesynthesis-xsd-3-1-0-released/

Boris



More information about the xsd-users mailing list