Description
This example dumps the feature tree of a model into an XML file.
Using FeatureHTML.xsl
This XML file is best viewed with a style sheet; please copy FeatureHTML.xsl in your XML output directory for better readability.
As loading a local file with included local ressources now result in CORS errors, one has to set up a local server to perform local testing.
To set up this local server (one of many ways), one has to be placed in the directory including all ressources, i.e., all XML files and the XSL, then, run "python -m http.server", open Firefox or Chrome, and finally access the files from http://localhost:8000.
For more information, see https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp.
Details
This implementation was modeled after A3DSDKConverterInternals.h