Web3DConsortium / X3D-Edit

X3D-Edit is an Extensible 3D (X3D) Graphics authoring tool for simple error-free creation, editing, validation and viewing of X3D scenes for interactive Web-based visualization. X3D-Edit runs as a standalone application or Netbeans plugin. The X3D file format is an advanced XML version of the original VRML97 international standard.
https://savage.nps.edu/X3D-Edit
Other
3 stars 1 forks source link

MIME type registry within NetBeans for X3D #8

Open brutzman opened 9 months ago

brutzman commented 9 months ago

(This is an old issue that needs to be checked as corrected, updated, and closed.)

TODO: Found NetBeans feature Tools > DTDS and XML Schemas which allows substitution of local DTDs/schemas for online versions.
Need to similarly add to X3D-Edit configuration.

terry-norbraten commented 2 months ago

The catalog file that is generated for this feature is in the user's profile space for Application Support w/ name UserXMLCatalog.xml which conforms to the Oasis spec. On macOS, this would be located under .../config/xml/catalog (see screenshot).

This user space is generated the first time a new version of the NetBeans IDE is started. It is more of a manual user initiated effort to populate schema/dtd entries of interest.

Unfortunately, placing a pre-generated catalog file into the proper space doesn't seem to do much good as the IDE expects at least one entry to be generated by the user before the UserXMLCatalog.xml file is generated and recognized.

The standalone X3D-Edit IDE would involve the same user effort.

Screenshot 2024-07-23 at 10 31 01 Screenshot 2024-07-23 at 10 35 54