[xsd-users] Re: Struggling with CityGML 2.0.0 parsing

Boris Kolpackov boris at codesynthesis.com
Tue Feb 26 04:57:10 EST 2013


Hi Olivier,

Olivier Tournaire <olitour at gmail.com> writes:

> // Hell begins here
> // See
>
> [...]
>
> // Hell ends here

No, this is not a solution.


> The only (working) solution I found is to generate a single DLL for xlink,
> xAL, smil, gml and citygml. But, IMHO, it is not a viable solution at long
> term since CityGML offers the ability to developp ADEs. Each ADE will need
> to have its own DLL, and I might be facing the problem again when I will
> need to generate the code for an ADE.

Try the root DLL and --export-xml-schema approach then. If you set 
everything up correctly (i.e., std::basic_string is exported from the
root DLL and imported by all other DLLs and by the executable), then
everything should work.

Boris



More information about the xsd-users mailing list