[xsd-users] Problem to transform XML to C++
Patti DuPont
patti at nebland.com
Tue Sep 3 23:35:33 EDT 2013
Thanks - that did the trick!
On Sep 3, 2013, at 6:00 AM, Boris Kolpackov <boris at codesynthesis.com> wrote:
> 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