Schemas/X3D
From Code Synthesis Wiki
< SchemasRevision as of 14:21, 2 August 2007; view current revision
←Older revision | Newer revision→
←Older revision | Newer revision→
This page contains information on using the X3D schemas with XSD.
The "Issue with includes" thread on the xsd-users mailing list has some useful information on using these schemas to generate the C++/Tree mapping.
The following options are recommended to compile the X3D schemas:
--root-element X3D
If your C++ compiler runs out of memory while compiling the generated x3d-3.0.cxx
, then you can overcome this by splitting x3d-3.0.cxx
into several parts with the --parts
option, e.g.,
--parts 3
and compiling each part separately.