[x3d-public] This fixes a problem possibly dealing with forcing a version on a JSON file

John Carlson yottzumm at gmail.com
Sun Sep 19 01:55:58 PDT 2021


x3d/stylesheets$ svn diff X3dToJson.xslt
Index: X3dToJson.xslt
===================================================================
--- X3dToJson.xslt      (revision 32444)
+++ X3dToJson.xslt      (working copy)
@@ -359,7 +359,7 @@
<xsl:text>
</xsl:text>
                                      <xsl:call-template 
name="print-indent"><xsl:with-param name="indent" 
select="$indent+4"/></xsl:call-template>
                                      <!-- TODO no guidance yet on how 
to properly mark the governing schema within a JSON file at 
http://json-schema.org -->
-                                    <xsl:text>"JSON 
schema":"https://www.web3d.org/specifications/x3d-3.3-JSONSchema.json"</xsl:text>
+                                    <xsl:text>"JSON 
schema":"https://www.web3d.org/specifications/x3d-4.0-JSONSchema.json"</xsl:text>
<xsl:text>,</xsl:text>
                              </xsl:if>




More information about the x3d-public mailing list