Schemas/3DXML
From Code Synthesis Wiki
(Difference between revisions)
Revision as of 11:33, 26 January 2007 Boris (Talk | contribs) (Start the 3DXML page) ← Previous diff |
Revision as of 14:21, 2 August 2007 Boris (Talk | contribs) (Remove deprecated options) Next diff → |
||
Line 3: | Line 3: | ||
The following options are recommended to compile the 3DXML schema: | The following options are recommended to compile the 3DXML schema: | ||
- | --morph-anonymous --namespace-map http://www.3ds.com/xsd/3DXML=TDXML | + | --namespace-map http://www.3ds.com/xsd/3DXML=TDXML |
The 3D XML schema triggers the [http://issues.apache.org/jira/browse/XERCESC-1546 XERCESC-1546] bug in Xerces-C++ 2.7.0. If you are planning to have validation enabled when parsing 3D XML instance documents, then you will need to apply the [[Media:Xerces-c-2.7.0-1546.patch|xerces-c-2.7.0-1546.patch]] patch to fix this bug. | The 3D XML schema triggers the [http://issues.apache.org/jira/browse/XERCESC-1546 XERCESC-1546] bug in Xerces-C++ 2.7.0. If you are planning to have validation enabled when parsing 3D XML instance documents, then you will need to apply the [[Media:Xerces-c-2.7.0-1546.patch|xerces-c-2.7.0-1546.patch]] patch to fix this bug. |
Revision as of 14:21, 2 August 2007
This page contains information on using the 3D XML schema with XSD.
The following options are recommended to compile the 3DXML schema:
--namespace-map http://www.3ds.com/xsd/3DXML=TDXML
The 3D XML schema triggers the XERCESC-1546 bug in Xerces-C++ 2.7.0. If you are planning to have validation enabled when parsing 3D XML instance documents, then you will need to apply the xerces-c-2.7.0-1546.patch patch to fix this bug.